third_party.pylibs.pylint.src/pylint/test
Claudiu Popa 37e6b5c9c2 Make the --py3k flag commutative with the -E flag.
Also, this patch fixes the leaks of error messages from the Python 3
checker when the errors mode was activated. Closes issue #437.
2015-02-28 19:13:33 +02:00
..
data
functional Remove excessive quotes in docstrings 2015-02-26 17:19:53 -05:00
input
messages
regrtest_data Make the --py3k flag commutative with the -E flag. 2015-02-28 19:13:33 +02:00
test_func.py
test_functional.py
test_import_graph.py
test_regr.py
test_self.py Make the --py3k flag commutative with the -E flag. 2015-02-28 19:13:33 +02:00
unittest_checker_base.py
unittest_checker_classes.py
unittest_checker_exceptions.py Add missing call to unittest.main() in unittest_checker_exceptions.py 2015-02-26 23:06:33 -05:00
unittest_checker_format.py
unittest_checker_logging.py
unittest_checker_misc.py
unittest_checker_python3.py Add a new warning for the Python 3 porting checker, 'using-cmp-argument'. 2015-02-28 16:09:39 +02:00
unittest_checker_similar.py
unittest_checker_spelling.py
unittest_checker_typecheck.py
unittest_checker_variables.py
unittest_checkers_utils.py
unittest_lint.py
unittest_pyreverse_diadefs.py
unittest_pyreverse_writer.py
unittest_reporters_json.py
unittest_reporting.py
unittest_utils.py