Package Release Info

python-parameterized-0.7.0-bp152.1.7

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-parameterized
python3-parameterized

Change Logs

Version: 0.7.0-bp151.2.3.1
* Fri Dec 13 2019 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Include in SLE-15 (bsc#1159018, jsc#PM-1507)
* Tue Nov 05 2019 Ond?ej Súkup <mimi.vx@gmail.com>
- remove pytest test, enable other test frameworks
* Wed Aug 21 2019 Tomá? Chvátal <tchvatal@suse.com>
- Use pytest 3.x series as newer use different syntax
* Fri Mar 15 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.7.0:
  * Added parameterized_class feature, for parameterizing entire test
    classes (many thanks to @TobyLL for their suggestions and help testing!)
  * Fix DeprecationWarning on `inspect.getargs` (thanks @brettdh;
    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 @danielbradburn;
    https://github.com/wolever/parameterized/pull/48)
  * Fix the order when number of cases exceeds 10 (thanks @ntflc;
    https://github.com/wolever/parameterized/pull/49)
Version: 0.6.1-bp151.1.3
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Wed May 16 2018 toddrme2178@gmail.com
- Use license tag
* Sun Oct 22 2017 toddrme2178@gmail.com
- Initial version