pytest-meilisearch
Test helper
Provides utilities and helpers for testing Python projects using Meilisearch
pytest helpers for testing Python projects using Meilisearch.
1 stars
1 watching
1 forks
Language: Python
last commit: about 1 month ago meilisearchpytestpython
Related projects:
Repository | Description | Stars |
---|---|---|
sanders41/meilisearch-python-sdk | A Python SDK for interacting with the Meilisearch API to index and query data | 67 |
pytest-dev/pytest-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 489 |
sanders41/meilisearch-fastapi | A library providing FastAPI routes for interacting with Meilisearch | 44 |
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,401 |
pytest-dev/pytest-asyncio | Provides support for coroutines in pytest tests | 1,443 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 31 |
meilisearch/meilisearch-python | A Python wrapper around an open-source search engine API | 469 |
ionelmc/pytest-benchmark | A tool that helps you measure the performance of your code | 1,262 |
the-compiler/pytest-vw | Automatically makes failing test cases succeed in CI environments to avoid code deployment issues | 134 |
carsongee/pytest-pylint | A pytest plugin that integrates pylint with the testing framework. | 75 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
mrpowers/chispa | A PySpark testing library providing helper methods with descriptive error messages | 632 |
anapaulagomes/pytest-picked | A plugin for pytest that runs tests from modified test files only, allowing developers to automate testing of specific changes before committing them. | 369 |
kataev/pytest-grpc | Tools and fixtures for testing gRPC services with pytest. | 127 |