third_party.pylibs.pylint.src/pylint/test
Noam Yorav-Raphael 7a71830959 Rename F0401 (import-error) to E0401 as it is not a fatal pylint error
--HG--
branch : rename-F0401-to-E0401
2015-06-29 09:08:14 +03:00
..
data Remove interface-not-implemented warning. Closes issue #532. 2015-05-05 11:38:28 +03:00
extensions Revert drone.io test change, add test.extensions.__init__. 2015-05-11 00:20:53 +03:00
functional Add tests for understanding constructors after a type() call. 2015-06-27 23:26:36 +03:00
input arguments-differ understand differences between various type of functions. 2015-06-14 18:11:32 +03:00
messages Rename F0401 (import-error) to E0401 as it is not a fatal pylint error 2015-06-29 09:08:14 +03:00
regrtest_data Fix the encoding marker which is unrecognised on Jython. 2015-05-24 17:13:58 +03:00
test_func.py
test_functional.py Fix the implementation of except_implementations, it was busted due to the fact that methods were compared to strings. 2015-05-08 11:33:17 +03:00
test_import_graph.py
test_regr.py Make test_no_context_file test compatible with Jython. 2015-05-24 17:14:14 +03:00
test_self.py
unittest_checker_base.py
unittest_checker_classes.py
unittest_checker_exceptions.py
unittest_checker_format.py
unittest_checker_imports.py Remove erroneously included test. 2015-05-02 13:25:33 -07:00
unittest_checker_logging.py
unittest_checker_misc.py
unittest_checker_python3.py Add a new error for the Python 3 porting checker, import-star-module-level. 2015-06-25 23:42:10 +03:00
unittest_checker_similar.py
unittest_checker_spelling.py
unittest_checker_strings.py Don't fail in the string checker when encountering a bytes string on Python 3 with a .format method called. 2015-04-01 13:47:51 +03:00
unittest_checker_typecheck.py
unittest_checker_variables.py
unittest_checkers_utils.py Add tests for node_ignores_exception. 2015-05-17 18:49:24 +03:00
unittest_lint.py Rename F0401 (import-error) to E0401 as it is not a fatal pylint error 2015-06-29 09:08:14 +03:00
unittest_pyreverse_diadefs.py Import astroid inspector to pyreverse.inspector. 2015-06-17 22:23:38 +03:00
unittest_pyreverse_inspector.py Import astroid inspector to pyreverse.inspector. 2015-06-17 22:23:38 +03:00
unittest_pyreverse_writer.py Import astroid inspector to pyreverse.inspector. 2015-06-17 22:23:38 +03:00
unittest_reporters_json.py
unittest_reporting.py BaseReporter.add_message is scheduled for removal for Pylint 1.6, not 1.7. 2015-05-16 19:02:16 +03:00
unittest_utils.py