| |
Methods defined here:
- FindTestConstructors(self, base_dirs)
- FindTestName(self, test_constructors, args)
- Find the test name in an arbitrary argument list.
We can't use the optparse parser, because the test may add its own
command-line options. If the user passed in any of those, the
optparse parsing will fail.
Returns:
test_name or None
- GetPageSet(self, test, env)
- ParseCommandLine(self, args, env)
- PrintParseError(self, message)
- Run(self, env)
- __init__(self)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- test_class
- test_class_name
|