-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests #3
Conversation
Filters need to be reviewed after this PR is merged I think, as the fields will change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I merged main
on this PR, thus changing Dockerfile location and updating docker-compose.
I haven't taken the time to look over this PR in detail yet, but here are some notes :)
def create_index(self) -> None: | ||
pass | ||
@pytest.fixture(autouse=True) | ||
def db(search_client): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it means that you're deleting dev indices when you run the tests? We could use index names with test
in it?
Add tests for the kafka consumer
Co-authored-by: maudetes <maudet.estelle@gmail.com>
Fix datagouv/data.gouv.fr#677
Fix datagouv/data.gouv.fr#676