mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[pycharm] Delete testNumberOfOccurrencesNamedArgsWithPrefix test
GitOrigin-RevId: 4d1a8134438a09f9388f6cb8aae2513fc4d73d75
This commit is contained in:
committed by
intellij-monorepo-bot
parent
866c446a8a
commit
de6a66846e
@@ -1 +0,0 @@
|
||||
print("a", end=".", en<caret>)
|
||||
@@ -140,11 +140,6 @@ class PyMlCompletionFeaturesTest: PyMlCompletionTestCase() {
|
||||
Pair("kind", MLFeatureValue.categorical(PyCompletionMlElementKind.TYPE_OR_CLASS)),
|
||||
Pair("is_builtins", MLFeatureValue.binary(false)))
|
||||
|
||||
fun testNumberOfOccurrencesNamedArgsWithPrefix() = doElementFeaturesTest("end=",
|
||||
Pair("number_of_occurrences_in_scope", MLFeatureValue.numerical(1)),
|
||||
Pair("kind", MLFeatureValue.categorical(PyCompletionMlElementKind.NAMED_ARG)),
|
||||
Pair("is_builtins", MLFeatureValue.binary(false)))
|
||||
|
||||
fun testNumberOfOccurrencesNamedArgsEmptyPrefix() = doElementFeaturesTest("file=",
|
||||
Pair("number_of_occurrences_in_scope", MLFeatureValue.numerical(0)),
|
||||
Pair("kind", MLFeatureValue.categorical(PyCompletionMlElementKind.NAMED_ARG)),
|
||||
|
||||
Reference in New Issue
Block a user