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: 2 months ago
Linked from 1 awesome list
flake8pythonunittest
Related projects:
Repository | Description | Stars |
---|---|---|
decorator-factory/flake8-useless-assert | A plugin to catch and report unnecessary assert statements in Python code. | 5 |
jamescooke/flake8-aaa | A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests | 69 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
vikingco/flake8-pytest | Checks Python test code against standard assert statement usage | 12 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
ebeweber/flake8-mutable | An extension for flake8 to flag functions with mutable default arguments. | 44 |
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
ocharles/assert-explainer | A plugin to simplify assertions in Haskell by providing detailed error messages and context when an assertion fails. | 65 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
mflova/flake8-numba | A Flake8 plugin that performs checks on Numba package usage to improve code quality and catch potential errors. | 0 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
arkq/flake8-requirements | A flake8 plugin that checks package import requirements and reports missing or unused dependencies. | 37 |
jdkandersson/flake8-mock-spec | Ensures use of correct mock object arguments to prevent bugs and improve code robustness | 4 |
m-burst/flake8-pytest-style | A flake8 plugin checking style issues in pytest-based tests | 229 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |