From 70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Thu, 3 Aug 2023 16:33:41 +0600 Subject: Import Upstream version 1.1.1+bzr982 --- README.tests | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.tests (limited to 'README.tests') diff --git a/README.tests b/README.tests new file mode 100644 index 0000000..e08a090 --- /dev/null +++ b/README.tests @@ -0,0 +1,7 @@ +Tests are supported via nosetests3 from the python3-nose package. + +To run the tests you can either use the "python3 setup.py test" or +the "nosetests3" command. + +Since Python 2 is still supported, you should also run the tests with +"python setup.py test" or the "nosetests" command. -- cgit v1.2.3