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
parameterized/parameterized.py", line 573, in decorator
test_class_module = sys.modules[base_class.__module__].__dict__
AttributeError: 'NoneType' object has no attribute '__module__'
Is this kind of usage supported?
The text was updated successfully, but these errors were encountered:
With Pytest I routinely nest parameterizations.
I tried something similar got got an error:
Is this kind of usage supported?
The text was updated successfully, but these errors were encountered: