Skip to content

Commit 41a8da5

Browse files
jreakinCopilot
andauthored
Update tests/test_api.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9f906f9 commit 41a8da5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,15 @@ def test_roundtrip_with_length_marker(self):
292292
assert decoded == original
293293

294294

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.")
295298
class TestDecodeJSONIndentation:
296299
"""Test decode() JSON indentation feature (Issue #10).
297300
298301
Comprehensive tests for the json_indent feature are in TestDecodeJSONIndentationWithSpecFixtures,
299302
which validates against official TOON specification fixtures.
300303
"""
301-
302304
pass
303305

304306

0 commit comments

Comments
 (0)