mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
Highlighting tests for module builtin methods (PY-28017)
This commit is contained in:
@@ -281,6 +281,11 @@ public class PythonHighlightingTest extends PyTestCase {
|
||||
doTest(LanguageLevel.PYTHON37, true, false);
|
||||
}
|
||||
|
||||
// PY-28017
|
||||
public void testModuleBuiltinMethods() {
|
||||
doTest(LanguageLevel.PYTHON37, false, true);
|
||||
}
|
||||
|
||||
public void testImplicitOctLongInteger() {
|
||||
doTest(LanguageLevel.PYTHON35, true, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user