mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
tests: fuzzy test for Obs added, test dependencies and documentation
updated.
This commit is contained in:
parent
ef23dd256f
commit
7bb164120b
5 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue