pytest-django
Test suite
Provides a plugin to integrate Django projects with the pytest testing framework.
A Django plugin for pytest.
1k stars
42 watching
345 forks
Language: Python
last commit: 17 days ago
Linked from 1 awesome list
djangopytestpytest-pluginpythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
pytest-dev/pytest-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 489 |
pytest-dev/pytest-asyncio | Provides support for coroutines in pytest tests | 1,443 |
kataev/pytest-grpc | Tools and fixtures for testing gRPC services with pytest. | 127 |
carsongee/pytest-pylint | A pytest plugin that integrates pylint with the testing framework. | 75 |
fubuloubu/pytest-ethereum | A Pytest plugin for Ethereum projects | 3 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 107 |
sanders41/pytest-meilisearch | Provides utilities and helpers for testing Python projects using Meilisearch | 1 |
pytest-dev/cookiecutter-pytest-plugin | A template for creating pytest plugins with minimal setup and documentation | 300 |
revsys/django-test-plus | Reduces boilerplate code in Django tests to make them more efficient and maintainable | 614 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |
pytest-dev/pytest-env | Lets you set environment variables in your tests using a YAML config file or pytest.ini configuration | 158 |
wemake-services/django-test-migrations | A tool to test Django schema and data migrations for reliability and correctness. | 532 |
ionelmc/pytest-benchmark | A tool that helps you measure the performance of your code | 1,262 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 31 |
dragoon/django-selenium | Provides integration and tools for testing Django web applications with Selenium | 90 |