summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Prefer `.flake8` if present for options."Ian Cordasco2016-06-281-12/+12
* Add python and platform details to --versionIan Cordasco2016-06-281-1/+3
* Handle optional parameters that were never supportedIan Cordasco2016-06-282-8/+17
* Parse hyphenated config names alsoIan Cordasco2016-06-282-0/+33
* Prefer `.flake8` if present for options.Tom Prince2016-06-251-12/+12
* Move flake8 into srcIan Cordasco2016-06-251-3/+3
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-1713-41/+31
* Add broken config file to test error handlingIan Cordasco2016-06-162-0/+19
* Fix integration testsIan Cordasco2016-06-141-2/+2
* Add test fixture that mirrors documented usageIan Cordasco2016-06-071-0/+1
* Fix tests broken by updating the default ignore listIan Cordasco2016-06-071-1/+1
* Start adding test fixture filesIan Cordasco2016-06-071-0/+3
* Add tests for parse_unified_diffIan Cordasco2016-06-074-0/+237
* Add more BaseFormatter subclass testsIan Cordasco2016-06-041-1/+27
* Fix linting issuesIan Cordasco2016-06-041-3/+4
* Add tests around BaseFormatter#after_initIan Cordasco2016-06-041-0/+14
* Add tests for BaseFormatterIan Cordasco2016-06-011-0/+103
* Update our linecache test to correct itIan Cordasco2016-05-301-1/+3
* Refactor Error formatting and handlingIan Cordasco2016-05-301-3/+6
* Rely on Python 3.4 backport of configparserIan Cordasco2016-05-301-5/+1
* Add example configuration sections to the docsIan Cordasco2016-05-283-0/+65
* Refactor off-by-default plugins and enabling themIan Cordasco2016-05-281-2/+5
* Update tests after last night's refactorIan Cordasco2016-05-102-26/+18
* Add test for the make_checkers methodIan Cordasco2016-05-071-0/+17
* Fix import orderingIan Cordasco2016-04-051-2/+4
* Refactor checker manager and add testsIan Cordasco2016-04-051-4/+18
* Add unit tests around serial retriesIan Cordasco2016-04-031-0/+27
* Add more processor testsIan Cordasco2016-04-021-0/+42
* Add more tests around the processor moduleIan Cordasco2016-03-291-0/+40
* Add a few more unit tests around FileProcessorIan Cordasco2016-03-281-0/+42
* Add unit test for build_astIan Cordasco2016-03-281-0/+11
* Add test for FileProcessor#split_lineIan Cordasco2016-03-271-0/+18
* Add more FileProcessor testsIan Cordasco2016-03-261-0/+80
* Silence pytest warningsIan Cordasco2016-03-261-10/+10
* Add test for reading from stdin with the file processorIan Cordasco2016-03-211-0/+12
* Add a test for FileProcessor.should_ignore_fileIan Cordasco2016-03-171-0/+14
* Add docstring for our test helperIan Cordasco2016-03-171-0/+1
* Remove unnecessary and outdated test runnerIan Cordasco2016-03-171-11/+18
* Rename test file to mirror actual class it is testingIan Cordasco2016-03-171-0/+0
* Fix import ordering in test filesIan Cordasco2016-02-2511-25/+32
* Add and fix documentationIan Cordasco2016-02-251-0/+6
* Distinguish check types via plugin type managerIan Cordasco2016-02-231-0/+22
* Add line splitting and file readingIan Cordasco2016-02-231-0/+26
* Add utility functions around filename matchingIan Cordasco2016-02-221-0/+46
* Fix Notifier.listeners_forIan Cordasco2016-02-191-0/+14
* Remove arguments from StyleGuideIan Cordasco2016-02-191-9/+14
* Fix other tests after pylint fixesIan Cordasco2016-02-192-2/+5
* Make pylint happierIan Cordasco2016-02-191-2/+2
* Add specific tests for is_inline_ignoredIan Cordasco2016-02-191-0/+20
* Add checking for inline #noqa commentsIan Cordasco2016-02-191-2/+4