Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-19 | Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0 | w0rp | |
instead. | |||
2017-12-17 | Fix typos in flake8 test messages | Nick Diego Yamane | |
Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com> | |||
2017-11-09 | Simplfy semver handling and share the semver version cache across everything | w0rp | |
2017-10-08 | Get more random tests to pass on Windows | w0rp | |
2017-09-09 | #917 Cover the old _args option for flake8 with a test, just in case | w0rp | |
2017-08-10 | Move --format=default in the flake8 command to the return value, and remove ↵ | w0rp | |
extra spaces in the tests | |||
2017-08-09 | Default flake8 to --format=default | Matthew Grossman | |
2017-07-11 | Look for ini file to spot python project root (#755) | Matteo Centenaro | |
* Look for ini file to spot project root When looking for the project root folder it would be better to check for some well-known init file instead of __init__.py. Indeed, with python3 it is now possible to have namespace modules where intermediate dirs are not required to include the __init__.py file. * Break if statement conditions over several lines * Add blank lines for the if block * Add test for FindProjectRoot * Typo: missing / for MANIFEST.in * Fix test for non-namespace package * Add more test cases | |||
2017-07-09 | Make every test set filenames and switch directories in the same way, and ↵ | w0rp | |
fix some missing escaping for the rubocop linter | |||
2017-05-08 | #540 Fix shell escaping pretty much everywhere | w0rp | |
2017-05-07 | Support `python -m flake8` for users who are running flake8 that way | w0rp | |
2017-05-07 | #335 Detect flake8 in vritualenv, and escape the executable path | w0rp | |