From 72de7d94fdd0ab11cfdecdae4b92061b0f9f8baa Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 14 Jun 2010 15:45:31 +0200 Subject: [PATCH] adding a link to Floris' new post --HG-- branch : trunk --- doc/test/talks.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/test/talks.txt b/doc/test/talks.txt index 796564d8f..6024a4ef6 100644 --- a/doc/test/talks.txt +++ b/doc/test/talks.txt @@ -24,6 +24,7 @@ function arguments: test parametrization: - `generating parametrized tests with funcargs`_ +- `test generators and cached setup`_ - `parametrizing tests, generalized`_ (blog post) - `putting test-hooks into local or global plugins`_ (blog post) @@ -47,6 +48,7 @@ plugin specific examples: .. _`putting test-hooks into local or global plugins`: http://tetamap.wordpress.com/2009/05/14/putting-test-hooks-into-local-and-global-plugins/ .. _`parametrizing tests, generalized`: http://tetamap.wordpress.com/2009/05/13/parametrizing-python-tests-generalized/ .. _`generating parametrized tests with funcargs`: funcargs.html#test-generators +.. _`test generators and cached setup`: http://bruynooghe.blogspot.com/2010/06/pytest-test-generators-and-cached-setup.html conference talks and tutorials ----------------------------------------