summaryrefslogtreecommitdiff
path: root/desktop/tests/run.bat
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tests/run.bat')
-rw-r--r--desktop/tests/run.bat13
1 files changed, 4 insertions, 9 deletions
diff --git a/desktop/tests/run.bat b/desktop/tests/run.bat
index 5db3f14a..38f06e9f 100644
--- a/desktop/tests/run.bat
+++ b/desktop/tests/run.bat
@@ -1,9 +1,4 @@
-pytest -vvv tests\test_cli.py
-pytest -vvv tests\test_cli_common.py
-pytest -vvv tests\test_cli_settings.py
-pytest -vvv tests\test_cli_strings.py
-pytest -vvv tests\test_cli_web.py
-pytest -vvv --rungui tests\test_gui_tabs.py
-pytest -vvv --rungui tests\test_gui_share.py
-pytest -vvv --rungui tests\test_gui_receive.py
-pytest -vvv --rungui tests\test_gui_website.py
+pytest -vvv --no-qt-log tests\test_gui_tabs.py
+pytest -vvv --no-qt-log tests\test_gui_share.py
+pytest -vvv --no-qt-log tests\test_gui_receive.py
+pytest -vvv --no-qt-log tests\test_gui_website.py