| author | Todd Larsen <tlarsen@google.com> |
| Fri, 21 Nov 2008 08:13:52 +0000 | |
| changeset 531 | b74bf6bf1ccf |
| parent 419 | e9280ea935e4 |
| permissions | -rw-r--r-- |
|
419
e9280ea935e4
Start a test system for the webapp itself.
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
|
1 |
#!/usr/bin/env python |
|
e9280ea935e4
Start a test system for the webapp itself.
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
|
2 |
|
|
e9280ea935e4
Start a test system for the webapp itself.
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
|
3 |
|
|
e9280ea935e4
Start a test system for the webapp itself.
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
|
4 |
|
|
e9280ea935e4
Start a test system for the webapp itself.
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
|
5 |
if __name__ == '__main__': |
|
e9280ea935e4
Start a test system for the webapp itself.
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
|
6 |
print 'This is not a standalone script. Please run it using tests/run.py.' |
|
e9280ea935e4
Start a test system for the webapp itself.
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
|
7 |