Files
python-pytest/python-pytest.changes
Ondřej Súkup e8313ac3be Accepting request 627079 from home:mimi_vx:branches:devel:languages:python:pytest
-  update to 3.7.0
 * pytest_namespace has been deprecated.
 * Calling a fixture function directly, as opposed to request them in a test
    function, now issues a RemovedInPytest4Warning.
 * New package fixture scope: fixtures are finalized when the last test of
    a package finishes. This feature is considered experimental, so use it sparingly.
 * Node.add_marker now supports an append=True/False parameter to determine
    whether the mark comes last (default) or first.
 * Fixture caplog now has a messages property, providing convenient access
    to the format-interpolated log messages without the extra data provided by the formatter/handler.
 * New --trace option to enter the debugger at the start of a test.
 * Introduce pytester.copy_example as helper to do acceptance tests
   against examples from the project.

-  update to 3.7.0
 * pytest_namespace has been deprecated.
 * Calling a fixture function directly, as opposed to request them in a test
    function, now issues a RemovedInPytest4Warning.
 * New package fixture scope: fixtures are finalized when the last test of
    a package finishes. This feature is considered experimental, so use it sparingly.
 * Node.add_marker now supports an append=True/False parameter to determine
    whether the mark comes last (default) or first.
 * Fixture caplog now has a messages property, providing convenient access
    to the format-interpolated log messages without the extra data provided by the formatter/handler.
 * New --trace option to enter the debugger at the start of a test.
 * Introduce pytester.copy_example as helper to do acceptance tests
   against examples from the project.

OBS-URL: https://build.opensuse.org/request/show/627079
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=7
2018-08-02 13:12:16 +00:00

101 KiB