mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
7 lines
204 B
Bash
Executable File
7 lines
204 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 && \
|
|
pytest -v tests/test_gui_chat.py
|