From a2d562d369f0b826b555755be57cb6ee7c73ed30 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Sat, 1 Aug 2020 07:33:03 -0700 Subject: [PATCH] Minor formatting fix in xunit_setup.rst Fixed location of double-backquote for verbatim text. --- doc/en/xunit_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/xunit_setup.rst b/doc/en/xunit_setup.rst index 83545223a..8b3366f62 100644 --- a/doc/en/xunit_setup.rst +++ b/doc/en/xunit_setup.rst @@ -12,7 +12,7 @@ fixtures (setup and teardown test state) on a per-module/class/function basis. .. note:: While these setup/teardown methods are simple and familiar to those - coming from a ``unittest`` or nose ``background``, you may also consider + coming from a ``unittest`` or ``nose`` background, you may also consider using pytest's more powerful :ref:`fixture mechanism ` which leverages the concept of dependency injection, allowing for a more modular and more scalable approach for managing test state,