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