tests: python: Update readme.

IPS-2
Hartmut Goebel 2021-05-03 14:20:02 +02:00
parent f298de6471
commit 52d0a1f1c7
1 changed files with 8 additions and 3 deletions

View File

@ -3,8 +3,10 @@
To execute these tests, install p≡p Python adapter from
<https://letsencrypt.pep.foundation/dev/repos/pEpPythonAdapter/>
These tests are meant to be run using py.test <https://pytest.org> and
pytest-xdist <https://pypi.python.org/pypi/pytest-xdist>
These tests are meant to be run using pytest <https://pytest.org> and
pytest-mp <https://github.com/ansible/pytest-mp>:
pip install -r requirements.txt
You can run setup_test.py before running the tests if the initial setup is
failing.
@ -13,4 +15,7 @@ To remove all generated files run setup_test.py -r
# License
All documentation is under CC BY-SA 3.0.
* Source code is under `GNU Affero General Public License 3.0`
(see LICENSE.txt)
* Documentation (incl. this file) is under
Creative Commons Attribution ShareAlike 4.0 (`CC-BY-SA 4.0`)