summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-21 18:34:14 -0400
committerMicah Lee <micah@micahflee.com>2020-08-21 18:34:14 -0400
commitcf61f3ba43b1cc6b2fdb88e891e081333f211989 (patch)
treef8ad6f45a3d779258a9b84bd28cb5acb7a42f371 /tests
parentc6f1eb4766296e7dd98c9d3b466afab099dd27d8 (diff)
downloadonionshare-cf61f3ba43b1cc6b2fdb88e891e081333f211989.tar.gz
onionshare-cf61f3ba43b1cc6b2fdb88e891e081333f211989.zip
Windows batch script for running tests
Diffstat (limited to 'tests')
-rw-r--r--tests/run.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/run.bat b/tests/run.bat
new file mode 100644
index 00000000..5db3f14a
--- /dev/null
+++ b/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