flake8-pytest-style
Style checker
A flake8 plugin checking style issues in pytest-based tests
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
229 stars
2 watching
16 forks
Language: Python
last commit: 16 days ago
Linked from 1 awesome list
flake8flake8-extensionsflake8-pluginflake8-pluginspytestpython3
Related projects:
Repository | Description | Stars |
---|---|---|
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 107 |
vikingco/flake8-pytest | Checks Python test code against standard assert statement usage | 12 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
davidfritzsche/pytest-mypy-testing | A tool to verify mypy's static type analysis output | 31 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
decorator-factory/flake8-pep585 | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
snok/flake8-type-checking | Analyze and optimize type-checking imports in Python code to improve maintainability and runtime performance. | 113 |
realpython/pytest-mypy | Automates mypy static type checking as part of pytest test runs | 249 |
mflova/flake8-numba | A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
pytest-dev/pytest-flask | Provides tools and fixtures to simplify testing and development of Flask applications | 489 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
pycqa/flake8-docstrings | Tools to improve Python documentation quality and consistency | 155 |
pycqa/flake8-pyi | Enhances Flake8 to better handle stub files used in type hinting | 73 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,398 |