mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-17 13:02:42 -05:00
Windows batch script for running tests
This commit is contained in:
parent
c6f1eb4766
commit
cf61f3ba43
9
tests/run.bat
Normal file
9
tests/run.bat
Normal 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
|
Loading…
x
Reference in New Issue
Block a user