Minor formatting fix in xunit_setup.rst

Fixed location of double-backquote for verbatim text.
This commit is contained in:
C. Titus Brown 2020-08-01 07:33:03 -07:00 committed by GitHub
parent 49827adcb9
commit a2d562d369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
<fixture>` which leverages the concept of dependency injection, allowing
for a more modular and more scalable approach for managing test state,