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 ab81417 commit d5abe4aCopy full SHA for d5abe4a
test/test_streams.py
@@ -92,7 +92,7 @@ def test_writer(wfile, writer):
92
)
93
94
95
-def test_writer_builtin_json(wfile):
+def test_writer_stdlib_json(wfile):
96
"""Test the stream writer using the standard json lib."""
97
data = {
98
'id': 'hello',
0 commit comments