summaryrefslogtreecommitdiff
path: root/flake8/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bug/121' into 'master' Ian Cordasco2016-02-161-40/+74
|\
| * Update setuptools command option normalizationbug/121Ian Cordasco2016-02-141-40/+74
* | Definitely fix bug reading options from config filesIan Cordasco2016-02-111-1/+1
|/
* On Python 2.6 TestCase.assertRaises is not a context managerIan Cordasco2015-12-301-2/+1
* Adding include in and exclude from doctestsJason Myers2015-12-301-0/+74
* Rewrite some tests from !41Ian Cordasco2015-10-071-21/+30
* Add option_normalizer test codegeonu2015-10-031-0/+77
* Merge branch 'bug/67' into 'master' Ian Cordasco2015-09-281-0/+12
|\
| * Add --enable-extensions flag to Flake8bug/67Ian Cordasco2015-09-271-0/+12
* | Add better logic for loading entry pointsbug/90Ian Cordasco2015-09-271-0/+24
|/
* Add tests around the OSError retry logicIan Cordasco2015-08-221-0/+84
* Add a regression test for EPIPE IOErrorsIan Cordasco2015-08-181-0/+36
* Fix flake8 tests using mock to work with 1.1.x branchIan Cordasco2015-07-101-5/+5
* Move test back where it wasChristian Long2015-03-161-3/+3
* Document the other things I triedChristian Long2015-03-161-55/+18
* Run some tests separatelyChristian Long2015-03-161-5/+151
* Rename fileChristian Long2015-03-161-0/+0
* Shorten variable name. Add commentsChristian Long2015-03-111-11/+9
* Fix hook test on WindowsChristian Long2015-03-111-6/+26
* Removed some unused testing code.Michael McNeil Forbes2015-03-091-20/+0
* Added test demonstrating issue #39Michael McNeil Forbes2015-03-081-0/+38
* Merge branch 'christianmlong/issue/8'Ian Cordasco2015-03-073-4/+213
|\
| * Slightly simplify our conditionalsIan Cordasco2015-03-072-2/+3
| * Add --verbose flag, and tests for it.Christian Long2015-03-061-34/+50
| * Add warnings when --jobs is invalidChristian Long2015-03-061-0/+184
| * Fix tests on WindowsChristian Long2015-02-231-2/+10
* | Add compatibility layer for Python 2.6Ian Cordasco2015-03-061-0/+4
* | Merge branch 'local/pr/2'Ian Cordasco2015-03-062-97/+37
|\ \
| * | Simplify @mpenkov's fix for exclude in git hooksIan Cordasco2015-03-062-97/+37
* | | Merge remote-tracking branch 'origin/gh/2'Ian Cordasco2015-03-061-0/+97
|\ \ \ | |/ / | | / | |/ |/|
| * Adding unit tests for fix in 218949aMichael Penkov2015-02-071-0/+97
* | Add ability to turn checks off by defaultIan Cordasco2014-12-181-2/+19
* | Add first pass at integration style testsJoe Gordon2014-10-311-0/+71
|/
* Disable multiprocessing when using stdinIan Cordasco2014-09-121-1/+13
* Use unittest.mock if availableLukasz Dobrzanski2014-09-101-1/+4
* Fix the test suiteFlorent Xicluna2014-05-231-1/+1
* New option --jobs to spawn multiple processes in parallel; closes #146Florent Xicluna2014-04-271-0/+1
* Fix the errors reported by flake8Florent Xicluna2014-04-261-8/+7
* Fix test on Python 2.5Florent Xicluna2014-03-311-0/+2
* These should have been committed over a week ago.Ian Cordasco2013-07-271-1/+61
* A slow start towards rewriting the testsIan Cordasco2013-07-041-2/+15
* Start new testsIan Cordasco2013-07-041-0/+8
* Remove broken and useless tests. Update LICENSEIan Cordasco2013-07-041-94/+0
* Install mccabe as a dependencyFlorent Xicluna2013-02-211-42/+0
* Fix Pyflakes tests for Python 2.5, and add a reporterFlorent Xicluna2013-02-132-5/+39
* Fix the codes in the testsFlorent Xicluna2013-02-131-2/+2
* Fix testsIan Cordasco2013-02-101-4/+1
* Tentative independence from vendored pep8Ian Cordasco2012-12-291-5/+10
* added missing blank lineTarek Ziade2012-03-221-0/+1
* Fixed the W402 (imported but unused) bug in flake8's fork of pyflakes.Gustavo Picon2012-03-211-0/+21