From 54babc26ce7f7caaa86f86a152832f0f985b32e7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 1 Jan 2010 20:38:27 +0000 Subject: Rendering. --- docs/narr/unittesting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/unittesting.rst b/docs/narr/unittesting.rst index 112536100..b6b8a67e6 100644 --- a/docs/narr/unittesting.rst +++ b/docs/narr/unittesting.rst @@ -135,7 +135,7 @@ Configurator within the ``setUp`` method of your test: def tearDown(self): self.config.end() -If you pass a term:`request` object into the ``begin`` method of the +If you pass a :term:`request` object into the ``begin`` method of the configurator within your test case's ``setUp``, any test method attached to the ``MyTest`` test case that directly or indirectly calls :func:`repoze.bfg.threadlocal.get_current_request` will receive the -- cgit v1.2.3