Rephrase the bit about unittest migration to pytest

This commit is contained in:
Bruno Oliveira 2017-07-28 23:15:59 -03:00
parent 7082320f3f
commit 8c2319168a
1 changed files with 2 additions and 2 deletions

View File

@ -198,5 +198,5 @@ was executed ahead of the ``test_method``.
The above ``usefixtures`` and ``autouse`` examples should help to mix in
pytest fixtures into unittest suites.
You can also gradually move away from subclassing from ``unittest.TestCase``
to *plain asserts* and the benefits from the full pytest feature set.
You can also gradually move away from subclassing from ``unittest.TestCase`` to *plain asserts*
and then start to benefit from the full pytest feature set step by step.