Does gui test work?

This commit is contained in:
Veronica K. B. Olsen
2019-05-16 23:35:49 +02:00
parent 740a5c808f
commit f8d015840a
+1 -1
View File
@@ -13,7 +13,7 @@ python:
install:
- pip install -r requirements.txt
- pip install pytest-cov
# - pip install pytest-qt
- pip install pytest-qt
- pip install codecov
script:
- python -m pytest --cov=nw -m "project|core|gui" -v