summaryrefslogtreecommitdiff
path: root/pylint/test/test_self.py
Commit message (Expand)AuthorAgeFilesLines
* 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