forked from pool/python-fixtures
- only run testsuite when it actually runs OBS-URL: https://build.opensuse.org/request/show/222386 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=7
28 lines
973 B
Plaintext
28 lines
973 B
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|