pystache.tests.main module

Exposes a main() function that runs all tests in the project.

This module is for our test console script.

pystache.tests.main.main(sys_argv)[source]

Run all tests in the project.

Arguments:

sys_argv: a reference to sys.argv.

pystache.tests.main.make_extra_tests(text_doctest_dir, spec_test_dir)[source]
pystache.tests.main.make_test_program_class(extra_tests)[source]

Return a subclass of unittest.TestProgram.