python3 -m venv ./venv_discord_stu
source ./venv_discord_stu/bin/activate
pip install -r requirements.txt
Run all tests
pytest
Run all unittest tests
python3 -m unittest discover -s tests/
Run a specific unittest test
python3 -m unittest tests/tests_unit.py
Run module
python3 -m discord_stu
Run app.py
python3 ./discord_stu/app.py