wolever / parameterized

Parameterized testing with any Python test framework
Other
836 stars 105 forks source link

skip_on_empty not working on python 3 #92

Closed mrfunctionC3 closed 4 years ago

mrfunctionC3 commented 4 years ago

try skip_on_empty on python 3 test case on nosetest. got TypeError: () takes 1 positional arguments but 1 was given.


TypeError: () takes 0 positional arguments but 1 was given

wolever commented 4 years ago

Closing this issue as the fix will be tracked by the PR 🙂