Files
openide/python/testData/inspections/AddToImportFromList_after.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
119 B
Python

from AddToImportFromFoo import bar, add_to_import_test_unique_name
add_to_import_test_unique_name # must get imported