Add sphinx docs folder and changelog URLs to metadata (#751)

This commit is contained in:
Bruno Oliveira
2022-01-29 13:29:36 -03:00
committed by GitHub
parent 1a5ad8ac20
commit 8cd10225df
14 changed files with 615 additions and 521 deletions

9
docs/boxed.rst Normal file
View File

@@ -0,0 +1,9 @@
.. _boxed:
Running tests in a boxed subprocess (moved to pytest-forked)
============================================================
This functionality has been moved to the
`pytest-forked <https://github.com/pytest-dev/pytest-forked>`_ plugin, but the ``--boxed`` option
is still kept for backward compatibility.