Add tests for Chat, and fix the server_status message bar when in Chat mode

This commit is contained in:
Miguel Jacq 2021-05-10 15:05:16 +10:00
parent e067fc2963
commit b39162f33c
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
6 changed files with 124 additions and 11 deletions

View file

@ -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