Add "Py" prefix to AddImportQuickFixTest and several other quick fix tests

otherwise it's easy to overlook it especially considering that there is
also (confusingly) PyAddImportTest
This commit is contained in:
Mikhail Golubev
2017-03-20 17:18:02 +03:00
parent 815aeb4583
commit 532e18e4d9
92 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
class A:
def __init__(self, f<caret>oo):<EOLError descr="Indent expected"></EOLError>