mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
docs: changes to pytest workflow documented in CONTRIBUTING.md
This commit is contained in:
parent
5b80f44485
commit
4886197a03
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Please add docstrings to any new function, class or method you implement. The do
|
||||||
When implementing a new feature or fixing a bug please add meaningful tests to the files in the `tests` directory which cover the new code.
|
When implementing a new feature or fixing a bug please add meaningful tests to the files in the `tests` directory which cover the new code.
|
||||||
For all pull requests tests are executed for the most recent python releases via
|
For all pull requests tests are executed for the most recent python releases via
|
||||||
```
|
```
|
||||||
pytest
|
pytest -vv -Werror
|
||||||
pytest --nbmake examples/*.ipynb
|
pytest --nbmake examples/*.ipynb
|
||||||
```
|
```
|
||||||
requiring `pytest`, `pytest-cov`, `pytest-benchmark`, `hypothesis` and `nbmake`. To install the test dependencies one can run `pip install pyerrors[test]`
|
requiring `pytest`, `pytest-cov`, `pytest-benchmark`, `hypothesis` and `nbmake`. To install the test dependencies one can run `pip install pyerrors[test]`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue