2018-12-04 14:22:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:47:11 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2017-08-03 22:32:47 +02:00
|
|
|
-------------------------------------------------------------------
|
2018-08-07 16:51:28 +02:00
|
|
|
Tue Aug 7 14:48:44 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- update to 1.2.0
|
|
|
|
* Added individual test case docstring support and tests
|
|
|
|
* Add nested dict example to docs and cosmetic adjustments
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-08-03 22:32:47 +02:00
|
|
|
Wed Aug 2 10:16:07 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- update to 1.1.1
|
|
|
|
* Add `@idata(iterable)` decorator-function. (#40)
|
|
|
|
* Set __wrapped__ for Python 2 (#45)
|
|
|
|
* Include more files in generated tarballs (#43)
|
|
|
|
- convert to singlespec
|
|
|
|
|
2016-09-01 09:28:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 1 05:23:40 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
update to version 1.1.0
|
|
|
|
* Note explicit support for Python 3.5
|
|
|
|
* Catch ImportErrors and improve coverage metrics
|
|
|
|
* Document the YAML support
|
|
|
|
* Refactor error functions in process_file_data
|
|
|
|
* Bump version to 1.1.0
|
|
|
|
* Add basic support for YAML data files
|
|
|
|
* Bump version to 1.0.2
|
|
|
|
* Bump version number
|
|
|
|
* Properly handle file object
|
|
|
|
* Fix the no-YAML installed test
|
|
|
|
* Fix Flake8 warnings
|
|
|
|
* Add more tests for YAML data files
|
|
|
|
* Split process_file_data into 2 functions
|
|
|
|
* Remove broken badge 'caniusepython3'
|
|
|
|
* Variable naming changes
|
|
|
|
* Flake8: make lambda into 'def' function
|
|
|
|
* Unconditionally use PyPI mock
|
|
|
|
* Fix copy-paste error
|
|
|
|
* Fix unittest with object instance as data
|
|
|
|
* Add mock to test requirements
|
|
|
|
* Add PyYAML as a test dependency
|
|
|
|
* RTD build trigger to use project name
|
|
|
|
* Load the YAML data safely
|
|
|
|
- Use pypi.io as Source url
|
|
|
|
|
2015-12-15 22:56:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 15 21:55:39 UTC 2015 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 1.0.1:
|
|
|
|
* specify minimum version of six
|
|
|
|
* Fix different test names with different runs
|
|
|
|
|
2015-02-09 16:15:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 5 15:11:06 UTC 2015 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- update to version 1.0.0:
|
|
|
|
* Bump version
|
|
|
|
* Minor changes to contributing and license docs
|
|
|
|
* Merge pull request #24 from txels/carles/license
|
|
|
|
* Update setup.py with new MIT License
|
|
|
|
* Improve landscape.io ratings by reducing ddt complexity
|
|
|
|
* Add landscape.io code health badge
|
|
|
|
* Add MIT license
|
|
|
|
* Reshuffle requirements, and add a document on contributing
|
|
|
|
* Add python3 badge
|
|
|
|
* Add script and config to release to pypi as wheel
|
|
|
|
|
2015-01-08 18:39:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2014-09-15 17:01:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2014-01-13 18:28:18 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2013-09-17 09:21:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 17 07:17:24 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Initial version
|