facundoolano / aso

Tools for app store optimization on iTunes and Google Play
MIT License
727 stars 144 forks source link

unit tests #5

Open facundoolano opened 7 years ago

facundoolano commented 7 years ago

Unit tests should verify the logic of every method, using mocks or stub store objects, so we control input values and know what to expect.

Store integration should be tested separately.