diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/tools/pytest/doc/en/setup.rst')
-rw-r--r-- | tests/wpt/web-platform-tests/tools/pytest/doc/en/setup.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/wpt/web-platform-tests/tools/pytest/doc/en/setup.rst b/tests/wpt/web-platform-tests/tools/pytest/doc/en/setup.rst deleted file mode 100644 index fe235346544..00000000000 --- a/tests/wpt/web-platform-tests/tools/pytest/doc/en/setup.rst +++ /dev/null @@ -1,10 +0,0 @@ - -setup: is now an "autouse fixture" -======================================================== - -During development prior to the pytest-2.3 release the name -``pytest.setup`` was used but before the release it was renamed -and moved to become part of the general fixture mechanism, -namely :ref:`autouse fixtures` - - |