aboutsummaryrefslogtreecommitdiff
path: root/desktop/tests/run.bat
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tests/run.bat')
-rw-r--r--desktop/tests/run.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/tests/run.bat b/desktop/tests/run.bat
new file mode 100644
index 00000000..5db3f14a
--- /dev/null
+++ b/desktop/tests/run.bat
@@ -0,0 +1,9 @@
+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