Write Tests #7

Open
opened 2023-12-21 11:02:49 +00:00 by corbz · 0 comments
Owner

This will require a few major changes.

The rss.py file should be renamed to cmd.py.

All of the commands code should be pulled out into another non-extension python file, and should be called via imports from the cmd.py file.

This way we can test the functions without relying on a discord interaction object.

This will require a few major changes. The rss.py file should be renamed to cmd.py. All of the commands code should be pulled out into another non-extension python file, and should be called via imports from the cmd.py file. This way we can test the functions without relying on a discord interaction object.
corbz added the
enhancement
label 2023-12-21 11:02:49 +00:00
corbz added this to the PYRSS project 2024-02-06 11:47:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: corbz/PYRSS-Bot#7
No description provided.