2013-06-25 05:42:24 +00:00
|
|
|
-------------------------------------------------------------------
|
2013-09-27 16:02:27 +00:00
|
|
|
Thu Sep 19 12:20:25 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Skip running tests on SLE_11_SP2
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-06-25 05:42:24 +00:00
|
|
|
Tue Jun 18 09:42:10 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Use update-alternatives
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 17 08:45:18 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to version 2.3.5:
|
|
|
|
|
+ never consider a fixture function for test function collection
|
|
|
|
|
+ allow re-running of test items / helps to fix pytest-reruntests plugin
|
|
|
|
|
and also help to keep less fixture/resource references alive
|
|
|
|
|
+ put captured stdout/stderr into junitxml output even for passing tests
|
|
|
|
|
(thanks Adam Goucher)
|
|
|
|
|
+ Issue 265 - integrate nose setup/teardown with setupstate
|
|
|
|
|
so it doesnt try to teardown if it did not setup
|
|
|
|
|
+ issue 271 - dont write junitxml on slave nodes
|
|
|
|
|
+ Issue 274 - dont try to show full doctest example
|
|
|
|
|
when doctest does not know the example location
|
|
|
|
|
+ issue 280 - disable assertion rewriting on buggy CPython 2.6.0
|
|
|
|
|
+ inject "getfixture()" helper to retrieve fixtures from doctests,
|
|
|
|
|
thanks Andreas Zeidler
|
|
|
|
|
+ issue 259 - when assertion rewriting, be consistent with the default
|
|
|
|
|
source encoding of ASCII on Python 2
|
|
|
|
|
+ issue 251 - report a skip instead of ignoring classes with init
|
|
|
|
|
+ issue250 unicode/str mixes in parametrization names and values now works
|
|
|
|
|
+ issue257, assertion-triggered compilation of source ending in a
|
|
|
|
|
comment line doesn't blow up in python2.5 (fixed through py>=1.4.13.dev6)
|
|
|
|
|
+ fix --genscript option to generate standalone scripts that also
|
|
|
|
|
work with python3.3 (importer ordering)
|
|
|
|
|
+ issue171 - in assertion rewriting, show the repr of some
|
|
|
|
|
global variables
|
|
|
|
|
+ fix option help for "-k"
|
|
|
|
|
+ move long description of distribution into README.rst
|
|
|
|
|
+ improve docstring for metafunc.parametrize()
|
|
|
|
|
+ fix bug where using capsys with pytest.set_trace() in a test
|
|
|
|
|
function would break when looking at capsys.readouterr()
|
|
|
|
|
+ allow to specify prefixes starting with "_" when
|
|
|
|
|
customizing python_functions test discovery. (thanks Graham Horler)
|
|
|
|
|
+ improve PYTEST_DEBUG tracing output by puting
|
|
|
|
|
extra data on a new lines with additional indent
|
|
|
|
|
+ ensure OutcomeExceptions like skip/fail have initialized exception attributes
|
|
|
|
|
+ issue 260 - don't use nose special setup on plain unittest cases
|
|
|
|
|
+ fix issue134 - print the collect errors that prevent running specified test items
|
|
|
|
|
+ fix issue266 - accept unicode in MarkEvaluator expressions
|
|
|
|
|
|
2013-05-13 13:26:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 2 08:45:19 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Enable testsuite
|
|
|
|
|
|
2013-04-23 09:39:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 20 11:26:41 UTC 2013 - toms@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Updated to version 2.3.4
|
|
|
|
|
For details, see
|
|
|
|
|
http://pytest.org/latest/changelog.html#changes-between-2-3-3-and-2-3-4
|
|
|
|
|
No releases before 2.3.4 published (except the initial release).
|
|
|
|
|
|
|
|
|
|
- SPEC file changes:
|
|
|
|
|
* Added build conditional with tests
|
|
|
|
|
* Improved package description
|
|
|
|
|
|
2012-03-05 17:01:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 20 21:59:11 UTC 2012 - saschpe@gmx.de
|
|
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|
|