From 15aa95b40ff70840da8a6f2f9e1e251e0067a3b8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 19 2019 12:23:04 +0000 Subject: Adjust the instruction on how to run tests in the README Signed-off-by: Pierre-Yves Chibon --- diff --git a/README.rst b/README.rst index bd31ee3..4c65ede 100644 --- a/README.rst +++ b/README.rst @@ -75,9 +75,7 @@ Tests The tests here require the *test suite* of pagure itself to work. You have to modify your PYTHONPATH to find them. Run with:: - $ PYTHONPATH=.:/path/to/pagure/checkout nosetests dist_git_auth_tests.py -or - $ PYTHONPATH=.:/path/to/pagure/checkout nosetests bugzilla-override-tests.py + $ PYTHONPATH=.:/path/to/pagure/checkout nosetests pagure_distgit_tests/ You can use our requirements-testing.txt to install testing dependencies with pip: $ pip install -r /path/to/pagure/checkout/requirements.txt