15
0
forked from pool/python-ddt

- update to 1.6.0:

* Moved @named_data into main ddt.py module so it can be imported
  * Enable usage of Sequence in named_data.py
  * @named_data decorator to give tests with @DaTa custom names
  * End support for 3.5
  * Add new Python versions support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=36
This commit is contained in:
2022-09-26 10:38:52 +00:00
committed by Git OBS Bridge
parent b0be295fef
commit af270c3037
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 26 10:38:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.6.0:
* Moved @named_data into main ddt.py module so it can be imported
* Enable usage of Sequence in named_data.py
* @named_data decorator to give tests with @DaTa custom names
* End support for 3.5
* Add new Python versions support
-------------------------------------------------------------------
Mon Nov 8 10:11:16 UTC 2021 - Dirk Müller <dmueller@suse.com>