summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Update tests for errors with no physical lineIan Cordasco2016-07-091-1/+9
* 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-281-0/+28
* 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-1712-39/+29
* Add broken config file to test error handlingIan Cordasco2016-06-161-0/+10
* Add tests for parse_unified_diffIan Cordasco2016-06-071-0/+35
* 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-281-0/+33
* 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