From 9d3eec047577d39f70a064645b79311a4af8f300 Mon Sep 17 00:00:00 2001 From: Tim Savannah Date: Sat, 20 May 2017 17:10:16 -0400 Subject: [PATCH] Add README for tests dir, and add tests to MANIFEST.in --- MANIFEST.in | 3 +++ tests/README | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 tests/README diff --git a/MANIFEST.in b/MANIFEST.in index db642d5..e99b2dc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/tests/README b/tests/README new file mode 100644 index 0000000..b006772 --- /dev/null +++ b/tests/README @@ -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