forked from pool/python-fixtures
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=5
23 lines
810 B
Plaintext
23 lines
810 B
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 14 09:32:54 UTC 2014 - speilicke@suse.com
|
|
|
|
- Run testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|