File python-fixtures.changes of Package python-fixtures
-------------------------------------------------------------------
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