add pytest-cov plugin to the requirements

This commit is contained in:
Andreas Zweili 2019-05-12 21:01:27 +02:00
parent e9987c927b
commit ca9ea4461c
2 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,8 @@ features here: [todos.md](docs/todos.md)
- [PyInstaller](https://pyinstaller.readthedocs.io/en/stable/) - used for
creating the binary
- [pytest](https://docs.pytest.org/en/latest/) - used for testing
- [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/) - used for
coverage analysis
## Contributing

View File

@ -1,3 +1,4 @@
pyinstaller
PyQt5
pytest
pytest-cov