Accepting request 179972 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory. OBS-URL: https://build.opensuse.org/request/show/179972 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
9f41ffa471
commit
79f3013ee1
@@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 08:45:19 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user