Add README for tests dir, and add tests to MANIFEST.in

This commit is contained in:
Tim Savannah 2017-05-20 17:10:16 -04:00
parent e4cf7fa765
commit 9d3eec0475
2 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,6 @@ include ChangeLog
include testit.py include testit.py
recursive-include func_timeout *.py recursive-include func_timeout *.py
recursive-include doc *.html recursive-include doc *.html
include tests/runTests.py
include tests/README
recursive-include tests/FuncTimeoutTests *.py

3
tests/README Normal file
View File

@ -0,0 +1,3 @@
Run ./runTests.py to execute all unit tests against parent directory "func_timeout" (will not run against site install.)
This will download GoodTests.py if not already present in PATH, and use it to execute the unit tests in parallel, forcing resolution to the parent func_timeout dir