Skip to content

Commit 66dc199

Browse files
authored
no cover for xfail'ed test_forward_reference()
`test_forward_reference()` is unconditionally xfail'ed and as such we don't expect it to get fully covered. May as well not include it in coverage results then.
1 parent e201af4 commit 66dc199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ class A:
378378
+ "See https://github.com/lovasoa/marshmallow_dataclass/issues/13"
379379
),
380380
)
381-
def test_forward_reference(module, assert_dump_load):
381+
def test_forward_reference(module, assert_dump_load): # pragma: no cover
382382
"""Build schemas from classes that are defined below their containing class."""
383383

384384
@module.dataclass

0 commit comments

Comments
 (0)