mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-20 04:24:37 -04:00
Try running tests a different way
This commit is contained in:
parent
a4444ebf96
commit
201da936f0
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
pytest -v tests/test_gui_tabs.py && sleep 5 && \
|
||||
pytest -v tests/test_gui_share.py && sleep 5 && \
|
||||
pytest -v tests/test_gui_receive.py && sleep 5 && \
|
||||
pytest -v tests/test_gui_website.py && sleep 5 && \
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue