We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671320a commit 52c58a4Copy full SHA for 52c58a4
tests/python/test_objects.py
@@ -174,7 +174,7 @@ def test_constructor_stdin():
174
assert repr(constructor).__contains__("<pythonmonkey.JSFunctionProxy object at")
175
176
177
-def test_iterable_member_console_printing():
+def test_iterable_attribute_console_printing():
178
temp_out = StringIO()
179
sys.stdout = temp_out
180
obj = {}
0 commit comments