From cf61f3ba43b1cc6b2fdb88e891e081333f211989 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 21 Aug 2020 18:34:14 -0400 Subject: [PATCH] Windows batch script for running tests --- tests/run.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/run.bat 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