mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-26 15:59:48 -05:00
10 lines
361 B
Batchfile
10 lines
361 B
Batchfile
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
|