flake8-mock icon indicating copy to clipboard operation
flake8-mock copied to clipboard

Provides checking mock non-existent methods

Results 4 flake8-mock issues
Sort by recently updated
recently updated
newest added

Hello, I'm encountering `E902` errors with `flake8` after installing the `flake8-mock` plugin. **Steps to Reproduce**: 1. Create a file named `test_foo.py`. 2. Execute the command: ```bash docker run --rm -it...

``` $ flake8.exe Traceback (most recent call last): File "...\python36\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "...\python36\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "...\Python36\Scripts\flake8.exe\__main__.py", line 9, in File...

For some reason the plugin it just not detecting what it is suppose to detect for this flake8 version

**flake8-mock** fails with UnicodeDecodeError for Python 3.13 as follows: ``` C:\pwb\GIT\core>pre-commit run flake8 -a flake8...................................................................Failed - hook id: flake8 - exit code: 1 multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last):...