flake8-mock
Mock checker
Checks Python code for non-existent mock methods used in testing
Provides checking mock non-existent methods
16 stars
5 watching
8 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jdkandersson/flake8-mock-spec | Ensures use of correct mock object arguments to prevent bugs and improve code robustness | 4 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
sco1/flake8-annotations | Detects missing type annotations in Python functions and methods | 156 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
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 |
xzise/flake8-future-import | Checks Python code for compatibility with future imports. | 18 |
ebeweber/flake8-mutable | An extension for flake8 to flag functions with mutable default arguments. | 44 |
tyleryep/flake8-future-annotations | Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
nhoad/flake8-unused-arguments | A plugin to check for unused arguments in functions. | 31 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
m-burst/flake8-pytest-style | A flake8 plugin checking style issues in pytest-based tests | 230 |
wemake-services/flake8-eradicate | Automatically identifies and flags unused or commented-out code in Python projects. | 311 |