Add README for tests dir, and add tests to MANIFEST.in
This commit is contained in:
parent
e4cf7fa765
commit
9d3eec0475
@ -7,3 +7,6 @@ include ChangeLog
|
||||
include testit.py
|
||||
recursive-include func_timeout *.py
|
||||
recursive-include doc *.html
|
||||
include tests/runTests.py
|
||||
include tests/README
|
||||
recursive-include tests/FuncTimeoutTests *.py
|
||||
|
||||
3
tests/README
Normal file
3
tests/README
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user