Skip to content

Make each test independent #109

@curquiza

Description

@curquiza

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions