Currently, some tests depend on the previous ones, like in this file: https://github.com/meilisearch/meilisearch-python/blob/master/meilisearch/tests/index/test_index.py
We should re-write the test suite to make the tests independent from the others. This would make our test suite more readable, trustable, and maintainable.