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 c6dfb30 commit 1c699f7Copy full SHA for 1c699f7
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