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 e0bfe48 + 6b30cd2 commit bd31d31Copy full SHA for bd31d31
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