Dirk Mueller
146f16e761
New upstream release OBS-URL: https://build.opensuse.org/request/show/280316 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=4
52 lines
2.0 KiB
Plaintext
52 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jan 8 13:49:32 UTC 2015 - tbechtold@suse.com
|
|
|
|
- update to version 0.8.1:
|
|
* State support for Python3 in trove classifiers
|
|
* Merge pull request #20 from santtu/fix_hash_randomization
|
|
* I really ought to look at my flymake output too.
|
|
* Added if pushed line too long, wrapped.
|
|
* Cleaned up some code, added check for <3.2.3 versions, updated tests.
|
|
* A possible fix for https://github.com/txels/ddt/issues/19
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 15 08:48:09 UTC 2014 - tbechtold@suse.com
|
|
|
|
- update to version 0.8.0:
|
|
* Ensure tests get different names by adding an ordinal
|
|
* Merge pull request #18 from elyezer/master
|
|
* Do not allow invalid characters on test names
|
|
* Ensure that new test functions are given the right name.
|
|
* Document use of
|
|
* Update docs to not keep track of example test output
|
|
* Stop testing on python 3.2 with tox
|
|
* Version 0.7.0
|
|
* Fix flake8 issues
|
|
* Add flake8 checks to Travis-CI build
|
|
* Merge pull request #16 from ITAttractor/unpack-feature
|
|
* #3 test_example.py - added tests for @unpack decorator for
|
|
unpacking lists, tuples and dictionary
|
|
ddt.py - added unpack decorator that sets
|
|
UNPACK_ATTR for the decorated function
|
|
* added functionality to extract tuples into multiple parameters
|
|
* Add note about supported version in docs
|
|
* Increase version number
|
|
* Merge pull request #14 from txels/edx-support-unicode-data
|
|
* Update documentation for non-ASCII data
|
|
* Speed-up Travis build.
|
|
* Support python2 and python3
|
|
* Add support for unicode in ddt data
|
|
* Build for Python 3.3 on Travis
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 13 14:04:36 UTC 2014 - dmueller@suse.com
|
|
|
|
- update to 0.5.0:
|
|
* Fix bug where test methods were named with data __name__ only
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 17 07:17:24 UTC 2013 - speilicke@suse.com
|
|
|
|
- Initial version
|
|
|