From c3a5923a2a961fc61f1036eddc569bb3a1a4fa7f Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Wed, 10 Feb 2021 09:40:31 +0100 Subject: Include test running scripts in the released package --- MANIFEST.in | 3 +++ run_tests | 4 ++++ 2 files changed, 7 insertions(+) create mode 100755 run_tests 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 -- cgit v1.2.3