codevance / python-comprasnet

Lib that scrap informations in Brazilian Governement`s system called ComprasNet
Apache License 2.0
8 stars 6 forks source link

Reorganizing tests to implement unit and integration tests #10

Closed moacirmoda closed 6 years ago

moacirmoda commented 6 years ago

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.