Because we handle with an API and we are scrapping an website with a lot of informations, it`s important to make integration tests to guarantee that all text slices, replaces and other stuffs will be working as expected.
So, I splitted test directory in two: unit and integration tests.
Because we handle with an API and we are scrapping an website with a lot of informations, it`s important to make integration tests to guarantee that all text slices, replaces and other stuffs will be working as expected.
So, I splitted test directory in two:
unit
andintegration
tests.