Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 662 Bytes

README.md

File metadata and controls

57 lines (37 loc) · 662 Bytes

discord_stu

Badges

Tests

Usage

Using venv

python3 -m venv ./venv_discord_stu
source ./venv_discord_stu/bin/activate

Installing Discord Stu Requirements

pip install -r requirements.txt

Testing

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

Running

Run module

python3 -m discord_stu

Run app.py

python3 ./discord_stu/app.py