auto_test(code_path, test_path, reporter="summary")
auto_test
is that you just leave it running
while you develop your code. Everytime you save a file it will be
automatically tested and you can easily see if your changes have
caused any test failures.The current strategy for rerunning tests is as follows:
auto_test
might implement on of
the following more intelligent alternatives:
auto_test_package