flake8-test-name
Test name validator
A Flake8 plugin to validate Python test function names against a custom convention
flake8 plugin for validating test name functions
5 stars
1 watching
1 forks
Language: Python
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
melevir/flake8-functions-names | An extension for flake8 that validates Python function names and consistency with annotations. | 27 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
best-doctor/flake8-variables-names | An extension for flake8 that enforces more readable variable names. | 55 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |
bagerard/flake8-in-file-ignores | A Flake8 plugin that allows users to specify file-level ignores directly in the code. | 8 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 166 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 31 |
rows-s/flake8_internal_name_import | A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. | 4 |
jdkandersson/flake8-mock-spec | Ensures use of correct mock object arguments to prevent bugs and improve code robustness | 4 |
jamescooke/flake8-aaa | A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 70 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
zupo/flake8-mock | Checks Python code for non-existent mock methods used in testing | 16 |