1
0
forked from VimPlug/jedi

BaseDefinition -> BaseName

This commit is contained in:
Dave Halter
2020-03-17 09:25:30 +01:00
parent c2451ddd03
commit 0731206b9d
6 changed files with 13 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ def test_basedefinition_type(Script, get_names):
"""
Return a list of definitions for parametrized tests.
:rtype: [jedi.api_classes.BaseDefinition]
:rtype: [jedi.api_classes.BaseName]
"""
source = dedent("""
import sys
@@ -375,7 +375,7 @@ def test_type_II(Script):
"""
This tests the BaseDefinition.goto function, not the jedi
This tests the BaseName.goto function, not the jedi
function. They are not really different in functionality, but really
different as an implementation.
"""

View File

@@ -1,5 +1,5 @@
"""
Tests for :attr:`.BaseDefinition.full_name`.
Tests for :attr:`.BaseName.full_name`.
There are three kinds of test: