Skip to content

UnicodeTreason/discord_stu

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published