From ca6575ada77e08f09e2679f57ed2775be2ea066a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 10 Oct 2009 03:59:24 +0000 Subject: - Add a new ``repoze.bfg.testing`` API: ``registerRoute``, for registering routes to satisfy calls to e.g. ``repoze.bfg.url.route_url`` in unit tests. --- docs/api/testing.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api/testing.rst') diff --git a/docs/api/testing.rst b/docs/api/testing.rst index 80342e0f6..f64d78337 100644 --- a/docs/api/testing.rst +++ b/docs/api/testing.rst @@ -23,6 +23,8 @@ .. autofunction:: registerSubscriber + .. autofunction:: registerRoute + .. autofunction:: cleanUp .. autoclass:: DummyModel -- cgit v1.2.3