[Feature Request] Implement testing #28
Labels
ci
Continuous Integration
dependencies
Pull requests that update a dependency file
priority:normal
Normal priority; should be worked on when possible
testing
Milestone
Overview
Add unit tests to test each command.
Details
Use pytest and/or unittest. New tests would need to be added when new commands are added.
Why would this feature be useful?
So that commands can be tested for regressions to ensure a change doesn't negatively impact other commands.
Additional Notes
See this example: https://github.com/python-discord/bot/blob/main/tests/README.md
The text was updated successfully, but these errors were encountered: