forked from pEp.foundation/pEpEngine
tests: python: Update readme.
parent
f298de6471
commit
52d0a1f1c7
|
@ -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`)
|
||||
|
|
Loading…
Reference in New Issue