From ee1064b13c7437766e77d2a52b395cb0fbacd4b4 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 20 Dec 2009 22:10:44 +0100 Subject: [PATCH] adding a link to the tutorial page --HG-- branch : trunk --- doc/test/talks.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/test/talks.txt b/doc/test/talks.txt index 6d4ceb241..c7357f3d3 100644 --- a/doc/test/talks.txt +++ b/doc/test/talks.txt @@ -26,8 +26,11 @@ distributed testing: plugin specific examples: +- `skipping slow tests by default in py.test`_ (blog entry) + - `many examples in the docs for plugins`_ +.. _`skipping slow tests by default in py.test`: http://bruynooghe.blogspot.com/2009/12/skipping-slow-test-by-default-in-pytest.html .. _`making funcargs dependendent on command line options`: funcargs.html#tut-cmdlineoption .. _`many examples in the docs for plugins`: plugin/index.html .. _`monkeypatch plugin`: plugin/monkeypatch.html