mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
pytest -v tests/test_gui_tabs.py
|
|
pytest -v tests/test_gui_share.py
|
|
pytest -v tests/test_gui_receive.py
|
|
pytest -v tests/test_gui_website.py
|