meilisearch / scrapix

MIT License
23 stars 9 forks source link

Add basic tests #16

Open bidoubiwa opened 1 year ago

bidoubiwa commented 1 year ago

Currently this repository has no tests.

The idea is to create a very minimal set of tests on which we can iterate later but that ensures us we did not break the tool.

We need to tests:

To achieve this, we will need to find out how we can mock the servers or run a local playground for testing purposes.