summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Exit non-zero if something goes wrong during a runIan Cordasco2016-11-121-0/+62
* Merge branch 'bug/245' into 'master' Ian Cordasco2016-11-122-0/+66
|\
| * Do not print the source when provided with -qIan Cordasco2016-11-112-0/+66
* | Actually remove enabled extensions from ignore listIan Cordasco2016-11-091-0/+25
|/
* Handle a previously unhandled code scenarioIan Cordasco2016-11-081-5/+11
* Handle empty stdin-display-name valuesIan Cordasco2016-10-281-0/+12
* Fix bug with --enable-extensionsIan Cordasco2016-10-251-10/+17
* Merge branch 'master' into 'master' Ian Cordasco2016-10-251-3/+15
|\
| * Patch print function instead of sys.stdoutMartin Domke2016-07-261-9/+12
| * Add --tee option to split report output stream.Martin Domke2016-07-261-6/+15
* | Change how we apply lazy to the git hookIan Cordasco2016-10-251-0/+29
* | Handle SyntaxErrors after new-lines speciallyIan Cordasco2016-10-232-0/+26
* | Add failing test for NoneType in handle_errorIan Cordasco2016-08-271-0/+13
* | Add --bug-report flag to help bug reportersIan Cordasco2016-08-071-0/+86
* | 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