mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02: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
|
### Continous integration
|
||||||
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 -v
|
pytest --cov=pyerrors -v
|
||||||
```
|
```
|
||||||
|
requiring `pytest`, `pytest-cov` and `pytest-benchmark`
|
||||||
and the linter `flake8` is executed with the command
|
and the linter `flake8` is executed with the command
|
||||||
```
|
```
|
||||||
flake8 --ignore=E501,E722 --exclude=__init__.py pyerrors
|
flake8 --ignore=E501,E722 --exclude=__init__.py pyerrors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue