mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
CONTRIBUTING updated
This commit is contained in:
parent
0ad5076b7e
commit
2b5bd7c5ed
1 changed files with 2 additions and 1 deletions
|
@ -23,8 +23,9 @@ When implementing a new feature or fixing a bug please add meaningful tests to t
|
|||
### Continous integration
|
||||
For all pull requests tests are executed for the most recent python releases via
|
||||
```
|
||||
pytest -v
|
||||
pytest --cov=pyerrors -v
|
||||
```
|
||||
requiring `pytest`, `pytest-cov` and `pytest-benchmark`
|
||||
and the linter `flake8` is executed with the command
|
||||
```
|
||||
flake8 --ignore=E501,E722 --exclude=__init__.py pyerrors
|
||||
|
|
Loading…
Add table
Reference in a new issue