Move the tests for the last PR #848.

This commit is contained in:
Dave Halter
2017-02-04 18:11:14 +01:00
parent 37d7b85ed1
commit b6e61133d8
2 changed files with 12 additions and 16 deletions

View File

@@ -304,3 +304,15 @@ class A():
#? int()
A().ret()
# -----------------
# On decorator completions
# -----------------
import abc
#? ['abc']
@abc
#? ['abstractmethod']
@abc.abstractmethod''')