Files
openide/python/testData/quickFixes/PyAddImportQuickFixTest/userSkeletonStdlibModule/main.py
Mikhail Golubev 89eb73790a PY-25234 More efficient way to check that a user skeleton belongs to the stdlib
Also, I added a test on that scenario using the skeleton for "alembic"
as an example.
2017-12-11 20:19:51 +03:00

4 lines
93 B
Python

import sys
print(<error descr="Unresolved reference 'alembic'">alem<caret>bic</error>, sys)