flake8-useless-assert
Assert checker
A plugin to catch and report unnecessary assert statements in Python code.
flake8 plugin to catch useless assert statements
5 stars
2 watching
1 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A Flake8 extension that enforces more specific and informative unittest assertions. | 31 |
| | A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |
| | A plugin to check for unused arguments in functions. | 31 |
| | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| | Checks Python test code against standard assert statement usage | 12 |
| | Lints Python code to detect deprecated modules and functions. | 12 |
| | A plugin to check Python print statements for coding style and errors | 121 |
| | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
| | A flake8 plugin that checks package import requirements and reports missing or unused dependencies. | 37 |
| | Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
| | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
| | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
| | Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
| | An extension for flake8 to flag functions with mutable default arguments. | 44 |
| | Enforces code standards for Python functions | 50 |