1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-10 15:31:04 +00:00

tests: Handle forking

This commit is contained in:
2017-05-03 07:04:52 +00:00
parent 8f9da9c2f1
commit 649863a77e
9 changed files with 256 additions and 211 deletions

View File

@@ -353,7 +353,17 @@ To install the package from the source:
.. code:: bash
python setup.py install --single-version-externally-managed --root /
pip install -e .
To run tests and measure code coverage grab a clean VM or container:
.. code:: bash
pip install codecov pytest-cov
rm .coverage*
TRAVIS=1 coverage run --parallel-mode --source certidude -m py.test tests
coverage combine
coverage report
To uninstall: