-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The package currently relies completely on manual testing. Start using mocked tests:
- Mock
pygamecalls. - If needed/desired, refactor any parts of the code that are unnecessarily coupled to make testing easier.
- Test the functions in the
utils.pymodule. - Test the methods in the
PyPixelArtclass, exceptrun_loop(I don't think it's all that necessary to test it since it pretty much only callsPyPixelArtmethods to work).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request