2019-11-25 07:41:43 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-parameterized: updated to 0.7.1 0.7.1: Fix: calling `setUp` and `tearDown` in parameterized classes |
2019-03-03 13:26:45 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-parameterized: updated to 0.7.0 0.7.0: * Added parameterized_class feature, for parameterizing entire test classes * Fix DeprecationWarning on inspect.getargs |
2018-02-09 10:15:28 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: py-parameterized: added version 0.6.1 Parameterized testing in Python sucks. 'parameterized' fixes that. For everything. Parameterized testing for nose, parameterized testing for py.test, parameterized testing for unittest. |