pytest-pylint
Test tool
A pytest plugin that integrates pylint with the testing framework.
pytest plugin for running pylint against your codebase
75 stars
4 watching
34 forks
Language: Python
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,398 |
pytest-dev/pytest-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 489 |
kataev/pytest-grpc | Tools and fixtures for testing gRPC services with pytest. | 127 |
pytest-dev/pytest-asyncio | Provides support for coroutines in pytest tests | 1,443 |
ionelmc/pytest-benchmark | A tool that helps you measure the performance of your code | 1,262 |
microsoft/playwright-pytest | A plugin to integrate Playwright with Pytest for end-to-end browser testing | 447 |
kensho-technologies/pytest-annotate | Generates PyAnnotate annotations from pytest tests | 109 |
sanders41/pytest-meilisearch | Provides utilities and helpers for testing Python projects using Meilisearch | 1 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 107 |
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 |
pytest-dev/cookiecutter-pytest-plugin | A template for creating pytest plugins with minimal setup and documentation | 300 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |
the-compiler/pytest-vw | Automatically makes failing test cases succeed in CI environments to avoid code deployment issues | 134 |
pytest-dev/pytest-env | Lets you set environment variables in your tests using a YAML config file or pytest.ini configuration | 158 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |