mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
5 lines
151 B
Bash
Executable file
5 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
|