Split gui tests and dialog tests into separate source files

This commit is contained in:
Veronica K. B. Olsen
2020-09-19 13:14:49 +02:00
parent 365e2676fb
commit d978900590
4 changed files with 773 additions and 757 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ jobs:
pip install pytest-qt
pip install codecov
- name: Run Tests
run: xvfb-run pytest -v --cov=nw --timeout=90
run: xvfb-run pytest -v --cov=nw --timeout=60
- name: Upload to Codecov
uses: codecov/codecov-action@v1
@@ -63,4 +63,4 @@ jobs:
pip install pytest-xvfb
pip install pytest-qt
- name: Run Tests
run: xvfb-run pytest -v --timeout=90
run: xvfb-run pytest -v --timeout=60