mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 11:47:27 -03:00
6 lines
204 B
Bash
Executable file
6 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
|