Files
openide/python/testData/inspections/AddToImportFromList.py
Andrey Vlasovskikh 59a0608002 Use unique name in add import quickfix to prevent conflicts
We now add content roots to test fixtures so virtual files located in
them end up in our index. The add import quickfix in the test may
accidentally find results with non-unique names there.
2017-02-02 01:23:38 +03:00

4 lines
171 B
Python

from AddToImportFromFoo import bar
<caret><error descr="Unresolved reference 'add_to_import_test_unique_name'">add_to_import_test_unique_name</error> # must get imported