# HG changeset patch -- Bitbucket.org # Project pytest # URL http://bitbucket.org/hpk42/pytest/overview # User holger krekel <hol...@merlinux.eu> # Date 1291731925 -3600 # Node ID 33139ed32f742292e68b2d69976164feb6703d0f # Parent febbfb4066a2e909d993ab24123f5f4e7f35fe4d fix issue11 doc typo (thanks Eduardo)
--- a/doc/funcargs.txt +++ b/doc/funcargs.txt @@ -14,7 +14,7 @@ Dependency injection through function ar 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 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 function, can register finalizers and invoke lifecycle-caching helpers. As can be expected from a systematic dependency _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn