mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-04 12:59:11 -04:00
Add tests for Chat, and fix the server_status message bar when in Chat mode
This commit is contained in:
parent
e067fc2963
commit
b39162f33c
6 changed files with 124 additions and 11 deletions
|
@ -2,4 +2,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_website.py && \
|
||||
pytest -v tests/test_gui_chat.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue