summaryrefslogtreecommitdiff
path: root/pylint/test/test_self.py
Commit message (Expand)AuthorAgeFilesLines
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+12
* Pylint doesn't take anymore the default rcfile if the rcfile specified on the...hippo912017-12-151-0/+6
* Respect disable=... in config with --py3k (#1726)Daniel Miller2017-11-111-0/+35
* Fix test from failing when user has ~/.pylintrc (#1720)Bryce Guinta2017-11-021-0/+4
* Comma separated values in the configuration file appear one item per lineThomas Hisch2017-08-141-1/+2
* Python 3.6 invalid escape sequence deprecation fixes (#1396)Ville Skyttä2017-04-021-1/+1
* Add test for #1362Claudiu Popa2017-03-111-0/+22
* Simplify the test case so it can pass on Windows.Claudiu Popa2016-12-181-4/+1
* Allow running tests without installing, using pytest and setuptools. Close #1062Claudiu Popa2016-12-181-12/+15
* Remove pytest.main calls.Derek Gustafson2016-12-071-4/+0
* Reduce dependency on unittestDerek Gustafson2016-12-061-5/+3
* Switch test runner from unnittest to pytest.Derek Gustafson2016-12-061-20/+21
* Sort configuration options in sections (#1090)Moises Lopez - https://www.vauxoo.com/2016-08-301-0/+9
* Support having plugins with options, sharing the same nameMoises Lopez - https://www.vauxoo.com/2016-08-221-1/+21
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+4
* Support inline comments for comma separated values in the config fileClaudiu Popa2016-07-201-0/+12
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Do not crash when printing the help of options with default regular expressionsClaudiu Popa2016-07-081-0/+4
* Remove features which were scheduled for removal.Claudiu Popa2016-07-061-25/+0
* Remove the support for html reportingClaudiu Popa2016-07-051-7/+0
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-12/+2
* config files with BOM markers can now be read.Claudiu Popa2016-04-031-0/+7
* Pass the proper objects to the validation functions from config.pyClaudiu Popa2016-02-201-1/+7
* Merge branch '2.0'Claudiu Popa2016-02-161-1/+19
|\
| * Disable reports by default and show the evaluation score by defaultClaudiu Popa2015-12-291-1/+15
| * Disable the information category messages by default.Claudiu Popa2015-12-281-1/+5
* | Decouple the displaying of reports from the displaying of messagesClaudiu Popa2016-01-091-0/+46
* | Rename display_results to display_reports, the old name being deprecated.Claudiu Popa2016-01-091-1/+1
* | Empty indent strings are rejected, since they make no sense. Close #764Claudiu Popa2016-01-031-1/+6
|/
* Remove features in 1.6.0 which were scheduled for removal.Claudiu Popa2015-12-171-8/+4
* Disable persistence for test_self.Claudiu Popa2015-12-021-0/+1
* Don't emit import-self and cyclic-import for relative imports of modules with...Claudiu Popa2015-12-011-1/+6
* Add wrong-import-position to check_messages's decorator arguments for ImportC...Claudiu Popa2015-11-301-1/+21
* Obsolete options are not present by default in the generated configuration file.Claudiu Popa2015-10-201-0/+6
* Decode the docstring before attempting to parse it with the spelling checkerClaudiu Popa2015-10-161-0/+5
* --enable=all can now be used. Closes issue #142.Claudiu Popa2015-10-101-0/+12
* Grammar fix.Claudiu Popa2015-09-231-4/+4
* Abbreviations of command line options are not supported anymore.Claudiu Popa2015-09-191-1/+5
* Make the --profile flag obsolete. Will be removed in Pylint 1.6.Claudiu Popa2015-09-021-0/+5
* Update the deprecation message to reflect the fact that the options are *obso...Claudiu Popa2015-08-201-6/+6
* The --zope flag is deprecated and it is slated for removal in Pylint 1.6.Claudiu Popa2015-08-111-0/+25
* --generate-rcfile generates by default human readable symbols for the --disab...Claudiu Popa2015-07-311-0/+18
* Add a helper test function, _run_pylint, for simplifying the manipulation of ...Claudiu Popa2015-07-301-23/+18
* Use the context manager version of assertRaises in order to simplify a test.Claudiu Popa2015-07-301-13/+12
* Make the --py3k flag commutative with the -E flag.Claudiu Popa2015-02-281-1/+49
* Support for combining the Python 3 checker mode with the --jobs flag.Claudiu Popa2015-02-241-0/+6
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+152