forked from pool/python-fixtures
+ FakePopen can now override the returncode attribute.
- Changes from version 0.3.13:
+ Documentation hopefully covers TestWithFixtures a little better.
+ FakePopen now accepts all the parameters available in Python 2.7.
+ FakePopen now only passes parameters to the get_info routine if the
caller supplied them.
+ setup.py now lists the testtools dependency which was missing.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=3
18 lines
674 B
Plaintext
18 lines
674 B
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 4 13:15:26 UTC 2013 - speilicke@suse.com
|
|
|
|
- Update to version 0.3.14
|
|
+ FakePopen can now override the returncode attribute.
|
|
- Changes from version 0.3.13:
|
|
+ Documentation hopefully covers TestWithFixtures a little better.
|
|
+ FakePopen now accepts all the parameters available in Python 2.7.
|
|
+ FakePopen now only passes parameters to the get_info routine if the
|
|
caller supplied them.
|
|
+ setup.py now lists the testtools dependency which was missing.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 14 12:32:13 UTC 2013 - saschpe@suse.de
|
|
|
|
- Initial version
|
|
|