meilisearch-swift icon indicating copy to clipboard operation
meilisearch-swift copied to clipboard

Remove unit tests par as integration tests covers the same

Open bidoubiwa opened this issue 3 years ago • 0 comments
trafficstars

As of now we have two sections in our tests

  • IntegrationsTests
  • UnitTests

Unittests works by mocking the answer of the HTTP requests. While these might be very interesting, as of today they are not compatible with the ever changing API of Meilisearch.

It will be interesting to mock meilisearch once it has an official release in v1 but until then it requires additional maintenance for not a lot of added value.

What do you think?

bidoubiwa avatar Feb 10 '22 10:02 bidoubiwa