mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
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.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import sys
|
||||
|
||||
print(<error descr="Unresolved reference 'alembic'">alem<caret>bic</error>, sys)
|
||||
@@ -0,0 +1,5 @@
|
||||
import sys
|
||||
|
||||
import alembic
|
||||
|
||||
print(alembic, sys)
|
||||
Reference in New Issue
Block a user