From e9987c927be0ee4af265a83e97df6e5a18fe7fee Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 28 Apr 2019 20:40:46 +0200 Subject: [PATCH] add pytest to the README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51e4088..abf1cd7 100644 --- a/README.md +++ b/README.md @@ -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