OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=8
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Mar 7 13:14:15 UTC 2014 - speilicke@suse.com
|
|
|
|
- Fix the real issue instead
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 14 17:10:50 UTC 2014 - dmueller@suse.com
|
|
|
|
- only run testsuite when it actually runs
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|