mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
The tests were failing on Windows. On Windows, the jobs argument never gets converted to an int (engine.get_style_guide line 133) This resulted in AssertionError '2' != 2. So, do the int conversion in the test. Also, on Winddows, the call count is always 0, no matter the jobs argument. |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| __main__.py | ||
| _pyflakes.py | ||
| callbacks.py | ||
| engine.py | ||
| hooks.py | ||
| main.py | ||
| reporter.py | ||
| run.py | ||
| util.py | ||