aboutsummaryrefslogtreecommitdiff
path: root/README.tests
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahm@jadupc.com>2023-08-03 16:33:41 +0600
committerLibravatar Mubashshir <ahm@jadupc.com>2023-08-03 16:33:41 +0600
commit70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 (patch)
tree3a49460715f7319d100e0cc9c1a278758500c7c8 /README.tests
downloadaptdaemon-70faa8e9a0ff3cba74b4f753e257d56b768fcbd2.tar.gz
aptdaemon-70faa8e9a0ff3cba74b4f753e257d56b768fcbd2.zip
Import Upstream version 1.1.1+bzr982
Diffstat (limited to 'README.tests')
-rw-r--r--README.tests7
1 files changed, 7 insertions, 0 deletions
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.