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 85f2716 commit a51507bCopy full SHA for a51507b
tests/test_saving.py
@@ -404,7 +404,7 @@ def with_comments_on_nested_lines(expect):
404
"""
405
)
406
407
- @pytest.mark.xfail(reason="TODO: support comments on list items")
+ @pytest.mark.xfail(reason="https://github.com/jacebrowning/datafiles/issues/171")
408
def with_comments_on_list_items(expect):
409
sample = SampleWithListOfDataclasses()
410
@@ -424,10 +424,6 @@ def with_comments_on_list_items(expect):
424
425
- name: b # Item
426
score: 2
427
-
428
- # Section
429
430
- # Footer
431
""",
432
433
@@ -450,10 +446,6 @@ def with_comments_on_list_items(expect):
450
446
451
447
- name: c # Item
452
448
453
454
455
456
457
449
458
459
0 commit comments