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: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An extension for flake8 that validates Python function names and consistency with annotations. | 27 |
| Enforces code standards for Python functions | 50 |
| An extension for flake8 that enforces more readable variable names. | 55 |
| Reports on files with low type annotations in Python code | 34 |
| A Flake8 plugin that allows users to specify file-level ignores directly in the code. | 8 |
| Tool to check return values in Python functions | 62 |
| A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 165 |
| Tools to help write clear and maintainable Python code with type annotations | 46 |
| Plugin to validate Python expressions for readability and complexity | 32 |
| A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. | 4 |
| Ensures use of correct mock object arguments to prevent bugs and improve code robustness | 4 |
| A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |
| A plugin to check Python print statements for coding style and errors | 121 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| Checks Python code for non-existent mock methods used in testing | 17 |