Merge pull request #8130 from pytest-dev/release-6.2.0

Prepare release 6.2.0

(cherry picked from commit c475106f12)
This commit is contained in:
Ran Benita
2020-12-12 23:21:28 +02:00
parent 683f29f84d
commit 54a7356a9f
44 changed files with 302 additions and 132 deletions

View File

@@ -449,13 +449,7 @@ Additionally it is possible to copy examples for an example folder before runnin
test_example.py .. [100%]
============================= warnings summary =============================
test_example.py::test_plugin
$REGENDOC_TMPDIR/test_example.py:4: PytestExperimentalApiWarning: testdir.copy_example is an experimental api that may change over time
testdir.copy_example("test_example.py")
-- Docs: https://docs.pytest.org/en/stable/warnings.html
======================= 2 passed, 1 warning in 0.12s =======================
============================ 2 passed in 0.12s =============================
For more information about the result object that ``runpytest()`` returns, and
the methods that it provides please check out the :py:class:`RunResult