flake8/flake8
Christian Long a9f375aa93 Fix tests on Windows
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.
2015-02-23 16:52:11 -06:00
..
tests Fix tests on Windows 2015-02-23 16:52:11 -06:00
__init__.py Update release notes, dependencies, and version 2015-02-22 12:13:30 -06:00
__main__.py Add support for 'python -m flake8' on Python >= 2.7; issue #85 2014-05-05 22:08:03 +02:00
_pyflakes.py Fix the errors reported by flake8 2014-04-26 23:40:23 +02:00
callbacks.py Add --output-file option 2014-12-27 09:07:10 -06:00
engine.py Truly mimic pep8's -q functionality 2015-02-22 11:40:57 -06:00
hooks.py Refactor some bits of flake8.hooks 2015-02-22 22:29:13 -06:00
main.py Do not exit early if style checks pass 2014-10-28 06:02:24 +00:00
reporter.py Truly mimic pep8's -q functionality 2015-02-22 11:40:57 -06:00
run.py Fix imports in flake8.run 2013-02-13 19:19:30 +01:00
util.py Disable multiprocessing when using stdin 2014-09-12 22:36:37 -05:00