Windows batch script for running tests

This commit is contained in:
Micah Lee 2020-08-21 18:34:14 -04:00
parent c6f1eb4766
commit cf61f3ba43
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

9
tests/run.bat Normal file
View file

@ -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