Files
openide/python/testData/quickFixes/PyAddImportQuickFixTest/binarySkeletonStdlibModule/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

5 lines
99 B
Python

import re
import mod
print(re, <error descr="Unresolved reference 'sys'">s<caret>ys</error>, mod)