#1642 Resolve conflicts

This commit is contained in:
feuillemorte
2018-02-01 00:18:28 +03:00
79 changed files with 1476 additions and 600 deletions
-1
View File
@@ -1 +0,0 @@
Change parametrized automatic test id generation to use the ``__name__`` attribute of functions instead of the fallback argument name plus counter.
-2
View File
@@ -1,2 +0,0 @@
Fixed restoring Python state after in-process pytest runs with the ``pytester`` plugin; this may break tests using
making multiple inprocess pytest runs if later ones depend on earlier ones leaking global interpreter changes.
-1
View File
@@ -1 +0,0 @@
Console output fallsback to "classic" mode when capture is disabled (``-s``), otherwise the output gets garbled to the point of being useless.
-1
View File
@@ -1 +0,0 @@
Fix skipping plugin reporting hook when test aborted before plugin setup hook.
-1
View File
@@ -1 +0,0 @@
Fix the wording of a sentence on doctest flags use in pytest.
-1
View File
@@ -1 +0,0 @@
Fix progress percentage reported when tests fail during teardown.
-1
View File
@@ -1 +0,0 @@
Prefer ``https://*.readthedocs.io`` over ``http://*.rtfd.org`` for links in the documentation.
-3
View File
@@ -1,3 +0,0 @@
New `pytest_runtest_logfinish <https://docs.pytest.org/en/latest/writing_plugins.html#_pytest.hookspec.pytest_runtest_logfinish>`_
hook which is called when a test item has finished executing, analogous to
`pytest_runtest_logstart <https://docs.pytest.org/en/latest/writing_plugins.html#_pytest.hookspec.pytest_runtest_start>`_.