summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update StyleGuide tests and add new tests for handle_errorIan Cordasco2016-02-151-18/+65
* Add handling and decision making for select and ignoreIan Cordasco2016-02-021-0/+128
* Move __contains__ and __getitem__ to proper classIan Cordasco2016-02-022-27/+34
* Start documenting our Trie implementationIan Cordasco2016-02-012-2/+2
* Add integration tests for aggregate_optionsIan Cordasco2016-01-241-0/+48
* Log extended default values and add a testIan Cordasco2016-01-241-0/+10
* Refactor NotifierBuilder into its own mixinIan Cordasco2016-01-241-0/+28
* Refactor our PluginTypeManager testsIan Cordasco2016-01-231-22/+56
* Write more PluginTypeManager testsIan Cordasco2016-01-221-0/+78
* Make Plugin.load_plugin raise a Flake8 exceptionIan Cordasco2016-01-221-0/+12
* Add tests for the PluginTypeManagerIan Cordasco2016-01-211-0/+55
* Finish testing PluginManagerIan Cordasco2016-01-211-1/+15
* Add more PluginManager testsIan Cordasco2016-01-211-0/+49
* Start tests for PluginManagerIan Cordasco2016-01-191-0/+13
* Add tests for the Plugin classIan Cordasco2016-01-191-0/+144
* Update fixture README with descriptionsIan Cordasco2016-01-191-0/+16
* Add tests around new OptionManager methodsIan Cordasco2016-01-171-1/+72
* Add forgotten config file fixturesIan Cordasco2016-01-172-0/+8
* Add tests around merge_user_and_local_config and parseIan Cordasco2016-01-101-0/+50
* Add tests for parse_{user,local}_config methodsIan Cordasco2016-01-101-0/+49
* Add fixture file without a flake8 sectionIan Cordasco2016-01-101-0/+20
* Add test for is_configured_byIan Cordasco2016-01-101-0/+12
* Add more docstrings and fix lint errorsIan Cordasco2016-01-107-0/+10
* Ignore only D203 and fix Flake8 errorsIan Cordasco2016-01-101-0/+1