wolever / parameterized

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

Update test.py #100

Closed stuaxo closed 4 years ago

stuaxo commented 4 years ago

This fixes a really small naming thing, "clsname" was not the name of a class, but an instance of class. This has been renamed base, to improve readability.

wolever commented 4 years ago

Haha looks like we were both working on exactly the same thing 🙂Check the most recent master, as I fixed this just now 🙂

stuaxo commented 4 years ago

Cheers, yes I should have closed this after I saw the other PR.

I've now used the new version to improve boring work thing, and fun non-work thing, and it's pretty useful :)