From 043327890df5cd46498305a052de66785f20df49 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 16 Nov 2008 01:28:10 +0000 Subject: Add r.bfg.convention support to pushpage decorator. --- repoze/bfg/tests/test_push.py | 1 + 1 file changed, 1 insertion(+) (limited to 'repoze/bfg/tests/test_push.py') diff --git a/repoze/bfg/tests/test_push.py b/repoze/bfg/tests/test_push.py index 3dc456b58..e8d257c03 100644 --- a/repoze/bfg/tests/test_push.py +++ b/repoze/bfg/tests/test_push.py @@ -25,6 +25,7 @@ class Test_pushpage(unittest.TestCase, PlacelessSetup): pp = self._makeOne('pp.pt') wrapped = pp(to_wrap) self.assertEqual(wrapped.__name__, 'to_wrap') + self.assertEqual(wrapped.__grok_module__, to_wrap.__module__) def test___call___passes_names_from_wrapped(self): self._zcmlConfigure() -- cgit v1.2.3