We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af64bb1 commit 236e320Copy full SHA for 236e320
1 file changed
bpython/test/test_line_properties.py
@@ -245,9 +245,10 @@ def test_simple(self):
245
self.assertAccess(' def bar(x, y)|:')
246
self.assertAccess(' def <bar|>(x, y)')
247
248
-class TestMethodDefinitionName(LineTestCase):
+class TestSingleWord(LineTestCase):
249
def setUp(self):
250
self.func = current_single_word
251
+
252
def test_simple(self):
253
self.assertAccess('foo.bar|')
254
self.assertAccess('.foo|')
0 commit comments