flake8-assertive
Assertion checker
A Flake8 extension that enforces more specific and informative unittest assertions.
Flake8 unittest assert method checker
31 stars
3 watching
6 forks
Language: Python
last commit: 5 months ago
Linked from 1 awesome list
flake8pythonunittest
Related projects:
Repository | Description | Stars |
---|---|---|
| A plugin to catch and report unnecessary assert statements in Python code. | 5 |
| A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| Checks Python test code against standard assert statement usage | 12 |
| A tool to identify encoding issues in Python code | 6 |
| An extension for flake8 to flag functions with mutable default arguments. | 44 |
| A plugin that detects and warns about problematic debugger statements in Python code | 41 |
| A plugin to simplify assertions in Haskell by providing detailed error messages and context when an assertion fails. | 65 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
| Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
| A flake8 plugin that checks package import requirements and reports missing or unused dependencies. | 37 |
| Ensures use of correct mock object arguments to prevent bugs and improve code robustness | 4 |
| A flake8 plugin checking style issues in pytest-based tests | 229 |
| Tool to check return values in Python functions | 62 |