Files
android_development/testrunner/test_defs/__init__.py
Brett Chabot 59b4778dd6 Add runtest --path.
This supports specifying a file system path to test(s) to run. The path can be
a java test class file, a java package directory, or a parent directory
containing many tests.

This change allows users to run tests independently from test_defs.xml.

BUG 2133198
2009-10-26 12:22:46 -07:00

2 lines
39 B
Python

__all__ = ['test_defs', 'test_walker']