Actually added pretest support And reverted mistake BUG=453174 [email protected] Review URL: https://codereview.chromium.org/892363002
Expect Tests is a test framework which:
You can run the test suite with ‘nosetests expect_tests/test’ in the root directory.
If you have a package that you‘d like to exclude from expect_tests’ search, simply define a variable _expect_tests_stop_walk = True in the package‘s __init__.py and expect_tests won’t search further in that directory tree.