diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/conftest.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 45079a9..6a2d0a6 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,10 @@ -"""contains setup functions called fixtures that each test will use""" +""" contains setup functions called fixtures that each test will use + +pytest +coverage run -m pytest +coverage report +coverage html +""" import os import tempfile |
