Changelog for
python3-parameterized-0.7.0-3.28.noarch.rpm :
* Wed Aug 21 2019 tchvatalAATTsuse.com- Use pytest 3.x series as newer use different syntax
* Fri Mar 15 2019 tchvatalAATTsuse.com- Update to 0.7.0:
* Added parameterized_class feature, for parameterizing entire test classes (many thanks to AATTTobyLL for their suggestions and help testing!)
* Fix DeprecationWarning on `inspect.getargs` (thanks AATTbrettdh; https://github.com/wolever/parameterized/issues/67)
* Make sure that `setUp` and `tearDown` methods work correctly (#40)
* Raise a ValueError when input is empty (thanks AATTdanielbradburn; https://github.com/wolever/parameterized/pull/48)
* Fix the order when number of cases exceeds 10 (thanks AATTntflc; https://github.com/wolever/parameterized/pull/49)
* Tue Dec 04 2018 mceplAATTsuse.com- Remove superfluous devel dependency for noarch package
* Wed May 16 2018 toddrme2178AATTgmail.com- Use license tag
* Sun Oct 22 2017 toddrme2178AATTgmail.com- Initial version