add pytest to the README

This commit is contained in:
Andreas Zweili 2019-04-28 20:40:46 +02:00
parent 2700a36537
commit e9987c927b
1 changed files with 4 additions and 2 deletions

View File

@ -100,8 +100,10 @@ features here: [todos.md](docs/todos.md)
## Used packages
- [PyQt5](https://pyqt.readthedocs.io/en/latest/) - the GUI framework
- [PyInstaller](https://pyinstaller.readthedocs.io/en/stable/) - used for creating the binary
- [PyQt5](https://pyqt.readthedocs.io/en/latest/) - the GUI framework
- [PyInstaller](https://pyinstaller.readthedocs.io/en/stable/) - used for
creating the binary
- [pytest](https://docs.pytest.org/en/latest/) - used for testing
## Contributing