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
It would be really nice to have a test suite for the repo. In particular, including something like mocks.py that includes a mock product returned by this repo would help users to unit test our applications.
I may have time to start on this - I focus only on books but could be a good start to creating a test suite for this repo.
Would also be nice to show code coverage and test suite status on CI.
The text was updated successfully, but these errors were encountered:
A mock of the Amazon SDK's return value would also work. You would be able to use that mock for unit testing this application, and as a developer I could simply parse that mock to unit test my application. Basically a mock product object that includes a mock value for every single potential attribute.
That's a very good idea, it would also help me testing the wrapper at development. I want to work first on refining the product instance structure, and then we can work on the test suite. Keep you posted.
It would be really nice to have a test suite for the repo. In particular, including something like
mocks.py
that includes a mock product returned by this repo would help users to unit test our applications.I may have time to start on this - I focus only on books but could be a good start to creating a test suite for this repo.
Would also be nice to show code coverage and test suite status on CI.
The text was updated successfully, but these errors were encountered: