[pycharm] Delete testNumberOfOccurrencesNamedArgsWithPrefix test

GitOrigin-RevId: 4d1a8134438a09f9388f6cb8aae2513fc4d73d75
This commit is contained in:
andrey.matveev
2020-06-05 17:06:37 +07:00
committed by intellij-monorepo-bot
parent 866c446a8a
commit de6a66846e
2 changed files with 0 additions and 6 deletions

View File

@@ -1 +0,0 @@
print("a", end=".", en<caret>)

View File

@@ -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)),