-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
To avoid side effects between each test, the tests should all be independent.
It means, at the beginning of each test:
- create the needed index(es)
- push documents according to the test
- update settings if necessary
And at the end of each test:
- remove the index(es)
This is linked to #29
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers