aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2023-11-20 17:52:41 -0800
committerArthur Zamarin <arthurzam@gentoo.org>2023-11-24 17:17:21 +0200
commitff8bee60a17b9711dc11847d530df3426309c19c (patch)
tree0de8cbcf76ca05b1dc765b555339a851b792f707
parentgithub: limit doc deploy to just pkgcore/pkgcore repository (diff)
downloadpkgcore-ff8bee60a17b9711dc11847d530df3426309c19c.tar.gz
pkgcore-ff8bee60a17b9711dc11847d530df3426309c19c.tar.bz2
pkgcore-ff8bee60a17b9711dc11847d530df3426309c19c.zip
README: fix outdated test instructions
Signed-off-by: Brian Harring <ferringb@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index da86ad320..b95c1c3ef 100644
--- a/README.rst
+++ b/README.rst
@@ -55,11 +55,11 @@ Installing from a tarball::
Tests
=====
-A standalone test runner is integrated in setup.py; to run, just execute::
+Standard python test runners can be used, for example:
- python setup.py test
+ pytest -v
-In addition, a tox config is provided so the testsuite can be run in a
+A tox config is provided so the testsuite can be run in a
virtualenv setup against all supported python versions. To run tests for all
environments just execute **tox** in the root directory of a repo or unpacked
tarball. Otherwise, for a specific python version execute something similar to