fix issue11 doc typo (thanks Eduardo)

This commit is contained in:
holger krekel 2010-12-07 15:25:25 +01:00
parent a15983cb33
commit 4086d46378
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Dependency injection through function arguments
py.test allows to inject values into test functions through the *funcarg py.test allows to inject values into test functions through the *funcarg
mechanism*: For each argument name in a test function signature a factory is mechanism*: For each argument name in a test function signature a factory is
looked up and called to create the value. The factory can live in the looked up and called to create the value. The factory can live in the
same test class, test module, in a per-directory ``confest.py`` file or same test class, test module, in a per-directory ``conftest.py`` file or
in an external plugin. It has full access to the requesting test in an external plugin. It has full access to the requesting test
function, can register finalizers and invoke lifecycle-caching function, can register finalizers and invoke lifecycle-caching
helpers. As can be expected from a systematic dependency helpers. As can be expected from a systematic dependency