forked from python-pytest/python-pytest
1 OBS-URL: https://build.opensuse.org/request/show/357125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=21
76 lines
3.7 KiB
Plaintext
76 lines
3.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 1 11:02:42 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
- update to version 2.8.7:
|
|
* fix #1338: use predictable object resolution for monkeypatch
|
|
- changes from version 2.8.6:
|
|
* fix #1259: allow for double nodeids in junitxml, this was a
|
|
regression failing plugins combinations like pytest-pep8 +
|
|
pytest-flakes
|
|
* Workaround for exception that occurs in pyreadline when using
|
|
--pdb with standard I/O capture enabled. Thanks Erik M. Bray for
|
|
the PR.
|
|
* fix #900: Better error message in case the target of a monkeypatch
|
|
call raises an ImportError.
|
|
* fix #1292: monkeypatch calls (setattr, setenv, etc.) are now
|
|
O(1). Thanks David R. MacIver for the report and Bruno Oliveira
|
|
for the PR.
|
|
* fix #1223: captured stdout and stderr are now properly displayed
|
|
before entering pdb when --pdb is used instead of being thrown
|
|
away. Thanks Cal Leeming for the PR.
|
|
* fix #1305: pytest warnings emitted during pytest_terminal_summary
|
|
are now properly displayed. Thanks Ionel Maries Cristian for the
|
|
report and Bruno Oliveira for the PR.
|
|
* fix #628: fixed internal UnicodeDecodeError when doctests contain
|
|
unicode. Thanks Jason R. Coombs for the report and Bruno Oliveira
|
|
for the PR.
|
|
* fix #1334: Add captured stdout to jUnit XML report on setup
|
|
error. Thanks Georgy Dyuldin for the PR.
|
|
- Update to version 2.8.5
|
|
* fix #1243: fixed issue where class attributes injected during
|
|
collection could break pytest.
|
|
fix #1074: precompute junitxml chunks instead of storing the
|
|
whole tree in objects
|
|
fix #1238: fix pytest.deprecated_call() receiving multiple
|
|
arguments (Regression introduced in 2.8.4).
|
|
- update to version 2.8.4:
|
|
* fix #1190: deprecated_call() now works when the deprecated
|
|
function has been already called by another test in the same
|
|
module. Thanks Mikhail Chernykh for the report and Bruno Oliveira
|
|
for the PR.
|
|
* fix #1198: --pastebin option now works on Python 3. Thanks Mehdy
|
|
Khoshnoody for the PR.
|
|
* fix #1219: --pastebin now works correctly when captured output
|
|
contains non-ascii characters. Thanks Bruno Oliveira for the PR.
|
|
* fix #1204: another error when collecting with a nasty
|
|
__getattr__(). Thanks Florian Bruhin for the PR.
|
|
* fix the summary printed when no tests did run. Thanks Florian
|
|
Bruhin for the PR.
|
|
* a number of documentation modernizations wrt good
|
|
practices. Thanks Bruno Oliveira for the PR.
|
|
- update to version 2.8.3:
|
|
* fix #1169: add __name__ attribute to testcases in TestCaseFunction
|
|
to support the @unittest.skip decorator on functions and methods.
|
|
Thanks Lee Kamentsky for the PR.
|
|
* fix #1035: collecting tests if test module level obj has
|
|
__getattr__(). Thanks Suor for the report and Bruno Oliveira /
|
|
Tom Viner for the PR.
|
|
* fix #331: don't collect tests if their failure cannot be reported
|
|
correctly e.g. they are a callable instance of a class.
|
|
* fix #1133: fixed internal error when filtering tracebacks where
|
|
one entry belongs to a file which is no longer available. Thanks
|
|
Bruno Oliveira for the PR.
|
|
* enhancement made to highlight in red the name of the failing tests
|
|
so they stand out in the output. Thanks Gabriel Reis for the PR.
|
|
* add more talks to the documentation
|
|
* extend documentation on the --ignore cli option
|
|
* use pytest-runner for setuptools integration
|
|
* minor fixes for interaction with OS X El Capitan system integrity
|
|
protection (thanks Florian)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 24 10:57:07 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
- Split documentation into separate package to avoid build loop
|
|
|