summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Serialize Checkers PluginTypeManager to a dictIan Cordasco2016-08-032-2/+12
* Open our output file in append mode alwaysIan Cordasco2016-07-291-1/+1
* Test loading non-callable pluginsFabian Neundorf2016-07-291-0/+11
* Diable multiprocessing behaviour on WindowsIan Cordasco2016-07-291-1/+2
* Allow plugins that are on by default to be ignoredIan Cordasco2016-07-281-0/+1
* Sort reports by line and columnFabian Neundorf2016-07-281-0/+68
* Match noqa for users with explanationsbug/178Ian Cordasco2016-07-281-0/+1
* Merge branch 'read_lines_crlf' into 'master' Ian Cordasco2016-07-271-1/+2
|\
| * Fix read_lines_splits_lines test for CRLF endingsFichteFoll2016-07-271-1/+2
* | Fix zero-indexed column numberingIan Cordasco2016-07-262-2/+2
|/
* Fix project config file discoveryIan Cordasco2016-07-261-17/+5
* Update NOQA regular expressionIan Cordasco2016-07-261-0/+3
* Relocate integration style checker testsIan Cordasco2016-07-242-73/+79
* Support functions as file plugins tooFabian Neundorf2016-07-241-1/+73
* Fix up merge request 78Ian Cordasco2016-07-201-3/+11
* Propagate the stdin_display_name to checker and processorLeonardo Rochael Almeida2016-07-201-1/+6
* Add a bunch more legacy API testsIan Cordasco2016-07-191-0/+95
* Add more simple tests for the legacy apilegacy-api-testsIan Cordasco2016-07-161-0/+28
* Begin adding tests for the Legacy APIIan Cordasco2016-07-161-0/+22
* Add OptionManager#parse_known_argsIan Cordasco2016-07-161-0/+9
* Add more tests around our Statistics classIan Cordasco2016-07-121-0/+49
* Add actual tests around statistics moduleadd-statisticsIan Cordasco2016-07-121-2/+69
* Add empty test file for our statistics moduleIan Cordasco2016-07-111-0/+5
* Merge branch 'bug/157' into 'master' Ian Cordasco2016-07-101-1/+9
|\
| * Update tests for errors with no physical lineIan Cordasco2016-07-091-1/+9
* | Add empty file as a test fixtureIan Cordasco2016-07-091-0/+0
|/
* 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