summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_helpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_helpers.py b/tests/test_helpers.py
index 5fdadc23..aaf45c74 100644
--- a/tests/test_helpers.py
+++ b/tests/test_helpers.py
@@ -42,6 +42,7 @@ class TestHelpers(unittest.TestCase):
("type", self._extract("type")),
("object", self._extract("type")),
("object()", self._extract("object")),
+ ("super()", self._extract("super")),
("lambda: None", self._build_custom_builtin("function")),
("len", self._build_custom_builtin("builtin_function_or_method")),
("None", self._build_custom_builtin("NoneType")),