Fixed typo noticed by @dcramer (https://twitter.com/zeeg/status/473676721128886272)
--HG-- branch : zyegfryed/fixed-typo-noticed-by-dcramer-httpstwitt-1401780587159
This commit is contained in:
parent
c66e9f8f0f
commit
4bc4495115
|
@ -172,7 +172,7 @@ def pytest_runtest_call(item):
|
||||||
def pytest_runtest_teardown(item, nextitem):
|
def pytest_runtest_teardown(item, nextitem):
|
||||||
""" called after ``pytest_runtest_call``.
|
""" called after ``pytest_runtest_call``.
|
||||||
|
|
||||||
:arg nexitem: the scheduled-to-be-next test item (None if no further
|
:arg nextitem: the scheduled-to-be-next test item (None if no further
|
||||||
test item is scheduled). This argument can be used to
|
test item is scheduled). This argument can be used to
|
||||||
perform exact teardowns, i.e. calling just enough finalizers
|
perform exact teardowns, i.e. calling just enough finalizers
|
||||||
so that nextitem only needs to call setup-functions.
|
so that nextitem only needs to call setup-functions.
|
||||||
|
|
Loading…
Reference in New Issue