Files
android_development/testrunner/__init__.py
Brett Chabot 764d3fa70d Add support for running host java tests to runtest.
With this change, also refactored runtest as follows: Modified the
test suite schema and python implementation to have an inheritance
structure.  Each test type has its own python module, which will
also handle the logic of running the test.
2009-06-26 14:31:52 -07:00

2 lines
80 B
Python

__all__ = ['adb_interface', 'android_build', 'errors', 'logger', 'run_command']