mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-24 06:49:44 -05:00
Try running tests a different way
This commit is contained in:
parent
5c2802d8b0
commit
06eb12cf8f
@ -57,4 +57,4 @@ jobs:
|
||||
name: Run tests
|
||||
command: |
|
||||
cd ~/repo/desktop
|
||||
xvfb-run poetry run ./tests/run.sh
|
||||
xvfb-run poetry run pytest -v ./tests/test_gui_*.py
|
||||
|
@ -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…
Reference in New Issue
Block a user