From 0dc26efaddf70c02cac7e84245666340f13abd29 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 16 Oct 2009 00:47:13 +0000 Subject: - Add ``zcml_configure`` to ``repoze.bfg.testing`` module API. This function populates a component registry from a ZCML file for testing purposes. --- docs/api/testing.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api') diff --git a/docs/api/testing.rst b/docs/api/testing.rst index 94c231459..bf3d68589 100644 --- a/docs/api/testing.rst +++ b/docs/api/testing.rst @@ -31,6 +31,8 @@ .. autofunction:: cleanUp + .. autofunction:: zcml_configure + .. autoclass:: DummyModel :members: -- cgit v1.2.3