Skip to content

Commit

Permalink
Add failing test case for missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
rogalski authored and PCManticore committed Feb 13, 2017
1 parent 003e563 commit e80ed4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pylint/test/functional/wildcard_import_allowed.py
Original file line number Diff line number Diff line change
@@ -1,3 1,4 @@
# pylint: disable=missing-docstring,unused-wildcard-import,redefined-builtin
from csv import *
from abc import * # [wildcard-import]
from UNINFERABLE import * # [wildcard-import]
1 change: 1 addition & 0 deletions pylint/test/functional/wildcard_import_allowed.txt
Original file line number Diff line number Diff line change
@@ -1 1,2 @@
wildcard-import:3::Wildcard import abc:HIGH
wildcard-import:4::Wildcard import UNINFERABLE:HIGH

0 comments on commit e80ed4c

Please sign in to comment.