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 1c3ea09 commit df7163bCopy full SHA for df7163b
tests/test_make.py
@@ -31,6 +31,7 @@ class DataclassModule:
31
field=dataclasses.field,
32
),
33
],
34
+ ids=['attrs', 'dataclasses'],
35
)
36
def dataclass_param(request):
37
"""Parametrize over both implementations of the @dataclass decorator."""
0 commit comments