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.
2 parents 9439024 + 82fa930 commit 6b30cd2Copy full SHA for 6b30cd2
tests/test_make.py
@@ -378,7 +378,7 @@ class A:
378
+ "See https://github.com/lovasoa/marshmallow_dataclass/issues/13"
379
),
380
)
381
-def test_forward_reference(module, assert_dump_load):
+def test_forward_reference(module, assert_dump_load): # pragma: no cover
382
"""Build schemas from classes that are defined below their containing class."""
383
384
@module.dataclass
0 commit comments