2020-06-03 09:57:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 2 14:26:24 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 0.7.4
|
|
|
|
* Add ``class_name_func`` option to ``@parameterized_class``
|
|
|
|
* Fix arguments being passed to skip_on_empty_helper (thanks @gaf3;
|
|
|
|
https://github.com/wolever/parameterized/issues/57)
|
|
|
|
* Fix tests on Python 3.8.2 (thanks @Ikke;
|
|
|
|
https://github.com/wolever/parameterized/pull/99)
|
|
|
|
* Fix some typos (thanks @LWprogramming, @jinnovation;
|
|
|
|
https://github.com/wolever/parameterized/pull/77,
|
|
|
|
https://github.com/wolever/parameterized/pull/80)
|
|
|
|
* Fix unicode handling in setup.py (thanks @sliwinski-milosz;
|
|
|
|
https://github.com/wolever/parameterized/pull/89)
|
|
|
|
* Fix Python 3.9 compat (thanks @vstinner;
|
|
|
|
https://github.com/wolever/parameterized/pull/94)
|
|
|
|
* Add `@parameterized_class` name function callback support (thanks
|
|
|
|
@duncwebb et al; https://github.com/wolever/parameterized/pull/74)
|
|
|
|
- drop dependency on unittest2
|
|
|
|
|
2019-12-05 16:15:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 5 15:52:40 CET 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.7.1:
|
|
|
|
- calling `setUp` and `tearDown` in parameterized classesq
|
|
|
|
- Add skip_Documentation_tests.patch to skip over test cases,
|
|
|
|
failing with Python 3.8. gh#wolever/parameterized#84
|
|
|
|
|
2019-11-05 10:32:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 5 09:31:02 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
|
|
|
|
- remove pytest test, enable other test frameworks
|
|
|
|
|
2019-08-21 16:41:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 21 14:41:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Use pytest 3.x series as newer use different syntax
|
|
|
|
|
2019-03-15 14:41:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 15 13:34:56 UTC 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)
|
|
|
|
|
2018-12-04 14:44:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:51:07 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-05-16 19:36:46 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 16 15:50:46 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Use license tag
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 22 18:06:35 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|