Skip to content

Commit

Permalink
Merge e7dbac5 into eaf14d7
Browse files Browse the repository at this point in the history
  • Loading branch information
nhubanov committed Apr 11, 2016
2 parents eaf14d7 + e7dbac5 commit 90dc30b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Inherit from ``doubles.unittest.TestCase`` in your test case classes and the Dou
Manual integration
------------------

If you are using another test runner or need manual control of the Doubles lifecycle, these are the three methods you'll need to use:
If you are using another test runner or need manual control of the Doubles lifecycle, these are the two methods you'll need to use:

2. ``doubles.verify`` should be called after each test to verify any expectations made. It can be skipped if the test case has already failed for another reason.
3. ``doubles.teardown`` must be called after each test and after the call to ``doubles.verify``.
1. ``doubles.verify`` should be called after each test to verify any expectations made. It can be skipped if the test case has already failed for another reason.
2. ``doubles.teardown`` must be called after each test and after the call to ``doubles.verify``.

0 comments on commit 90dc30b

Please sign in to comment.