third_party.pylibs.pylint.src/pylint/test/regrtest_data
Marianna Polatoglou 9c551b0766 Add unit tests for wildcard import
One test that should fail with the current code, checking that there
will be no messages if the root is actually a package and __init__.py
and one test that passes, there is indeed a message 'wildcard-import'
when not an __init__.py file
2018-05-14 11:58:16 -04:00
..
absimp format: check for & warn about trailing newlines 2016-01-09 22:42:37 +02:00
bad_package Provide a context file for get_module_part. This prevents a crash with various packages. 2015-04-13 19:38:01 +03:00
beyond_top Added a new error, 'relative-beyond-top-level'. 2015-12-06 18:41:34 +02:00
dummy format: check for & warn about trailing newlines 2016-01-09 22:42:37 +02:00
dummy_plugin Support having plugins with options, sharing the same name 2016-08-22 11:55:59 +03:00
init_wildcard Add unit tests for wildcard import 2018-05-14 11:58:16 -04:00
package Spelling fixes 2018-01-30 21:51:11 +01:00
package_all Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00
.pylintrc config files with BOM markers can now be read. 2016-04-03 11:46:06 +01:00
application_crash.py Allow running tests without installing, using pytest and setuptools. Close #1062 2016-12-18 14:50:50 +02:00
awesome_module.py Add unit tests for wildcard import 2018-05-14 11:58:16 -04:00
classdoc_usage.py format: check for & warn about trailing newlines 2016-01-09 22:42:37 +02:00
comments_pylintrc Support inline comments for comma separated values in the config file 2016-07-20 00:52:03 +03:00
decimal_inference.py Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00
descriptor_crash.py Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00
dummy_plugin.rc Support having plugins with options, sharing the same name 2016-08-22 11:55:59 +03:00
huge.py epylint.py_run does not crash on big files, using .communicate() instead of .wait() 2016-03-28 18:46:48 +01:00
import_assign.py Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00
import_package_subpackage_module.py Check imports are located at the top of the module (right after docstring and comments) 2015-11-10 13:36:56 +01:00
import_something.py Add wrong-import-position to check_messages's decorator arguments for ImportChecker.leave_module 2015-11-30 00:46:56 +02:00
meta.py Disable the information category messages by default. 2015-12-28 10:35:31 +02:00
module_global.py Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00
no_stdout_encoding.py Allow running tests without installing, using pytest and setuptools. Close #1062 2016-12-18 14:50:50 +02:00
numarray_import.py Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00
numarray_inf.py Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00
precedence_test.py Check imports are located at the top of the module (right after docstring and comments) 2015-11-10 13:36:56 +01:00
py3k_error_flag.py Removed the bad-builtin check 2016-05-10 16:42:28 +03:00
py3k_errors_and_warnings.py Respect disable=... in config with --py3k (#1726) 2017-11-11 16:52:32 +01:00
py3k-disabled.rc Respect disable=... in config with --py3k (#1726) 2017-11-11 16:52:32 +01:00
special_attr_scope_lookup_crash.py Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00
syntax_error.py Decouple the displaying of reports from the displaying of messages 2016-01-09 21:46:37 +02:00
test_pylintrc_comments.py Support inline comments for comma separated values in the config file 2016-07-20 00:52:03 +03:00
try_finally_disable_msg_crash.py Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00
wrong_import_position.py Add wrong-import-position to check_messages's decorator arguments for ImportChecker.leave_module 2015-11-30 00:46:56 +02:00