diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-10 09:40:31 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-10 09:40:50 +0100 |
commit | c3a5923a2a961fc61f1036eddc569bb3a1a4fa7f (patch) | |
tree | 195c2cc785033aa13b24f1b821136bb8d7e83320 | |
parent | c209c54eecc7df2e4af8cb5ea39fac04ae7218bf (diff) |
Include test running scripts in the released packagev0.8.0
-rw-r--r-- | MANIFEST.in | 3 | ||||
-rwxr-xr-x | run_tests | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c092241..c190555 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,3 +3,6 @@ recursive-include docs * recursive-exclude docs/build * include CHANGELOG.rst recursive-include tests/data * +include run_tests +include run_coverage +include run_qa diff --git a/run_tests b/run_tests new file mode 100755 index 0000000..b4f44f1 --- /dev/null +++ b/run_tests @@ -0,0 +1,4 @@ +#!/bin/sh + +nosetests3 +#nose2-3 --log-level=ERROR -B --log-capture |