You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package currently relies completely on manual testing. Start using mocked tests:
Mock pygame calls.
If needed/desired, refactor any parts of the code that are unnecessarily coupled to make testing easier.
Test the functions in the utils.py module.
Test the methods in the PyPixelArt class, except run_loop(I don't think it's all that necessary to test it since it pretty much only calls PyPixelArt methods to work).
The text was updated successfully, but these errors were encountered:
The package currently relies completely on manual testing. Start using mocked tests:
pygame
calls.utils.py
module.PyPixelArt
class, exceptrun_loop
(I don't think it's all that necessary to test it since it pretty much only callsPyPixelArt
methods to work).The text was updated successfully, but these errors were encountered: