You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented a parametrize decorator. But, actually, I'm starting to think that's the wrong way to parameterize the creation of datasets. I think it's easier to just have multiple Dataset subclasses (one for each version).
Using same semantics as pytest.
https://github.com/pytest-dev/pytest/blob/main/src/_pytest/mark/structures.py#L151
The text was updated successfully, but these errors were encountered: