tests: fuzzy test for Obs added, test dependencies and documentation

updated.
This commit is contained in:
Fabian Joswig 2023-01-20 11:44:31 +00:00
parent ef23dd256f
commit 7bb164120b
No known key found for this signature in database
5 changed files with 12 additions and 2 deletions

View file

@ -25,7 +25,9 @@ For all pull requests tests are executed for the most recent python releases via
pytest -vv --cov=pyerrors
pytest -vv --nbmake examples/*.ipynb
```
requiring `pytest`, `pytest-cov`, `pytest-benchmark` and `nbmake`. To get a coverage report in html run
requiring `pytest`, `pytest-cov`, `pytest-benchmark`, `hypothesis' and `nbmake`. To install the test dependencies one can run `pip install pyerrors[test]`
To get a coverage report in html run
```
pytest --cov=pyerrors --cov-report html
```