We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f906f9 commit 41a8da5Copy full SHA for 41a8da5
1 file changed
tests/test_api.py
@@ -292,13 +292,15 @@ def test_roundtrip_with_length_marker(self):
292
assert decoded == original
293
294
295
+# TODO: Add targeted unit tests for decode()'s json_indent feature here.
296
+# See Issue #10. For now, comprehensive tests are in TestDecodeJSONIndentationWithSpecFixtures.
297
+@pytest.mark.skip(reason="Placeholder for targeted decode() JSON indentation tests. See TODO above.")
298
class TestDecodeJSONIndentation:
299
"""Test decode() JSON indentation feature (Issue #10).
300
301
Comprehensive tests for the json_indent feature are in TestDecodeJSONIndentationWithSpecFixtures,
302
which validates against official TOON specification fixtures.
303
"""
-
304
pass
305
306
0 commit comments