mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-26 11:13:00 -03:00
5 lines
166 B
Bash
Executable file
5 lines
166 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
|