sanders41 / meilisearch-python-sdk

An async and sync Python client for the Meilisearch API
https://meilisearch-python-sdk.paulsanders.dev/
MIT License
63 stars 10 forks source link

Enable vector search for tests by default #970

Closed sanders41 closed 2 months ago

sanders41 commented 2 months ago

It was possible that one test was disabling vector search while another test was trying to use it causing a race condition. This PR enables vector search for tests by default preventing this.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (f64667f) to head (69f2132).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #970 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 19 19 Lines 2839 2839 ========================================= Hits 2839 2839 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.