Merge pull request #7602 from ctb/patch-1
Minor formatting fix in xunit_setup.rst
This commit is contained in:
commit
1e9c638468
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue