Testing
# Server tests
python3 -m unittest tests.test_socrates_server -v
# UI tests
python3 -m unittest tests.test_socrates_ui -v
# All tests
python3 -m unittest discover -v
# Server tests
python3 -m unittest tests.test_socrates_server -v
# UI tests
python3 -m unittest tests.test_socrates_ui -v
# All tests
python3 -m unittest discover -v