From 1aeae3565e07b99e737e6572ac5ba1b1bbf42abb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 31 Aug 2011 01:53:17 -0400 Subject: - Support an ``onerror`` keyword argument to ``pyramid.config.Configurator.scan()``. This onerror keyword argument is passed to ``venusian.Scanner.scan()`` to influence error behavior when an exception is raised during scanning. - Pyramid now requires Venusian 1.0a1 or better to support the ``onerror`` keyword argument to ``pyramid.config.Configurator.scan``. - Move test fixtures around so test_config tests are not looking "up" for fixtures. --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 85d69e052..9c939f94a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -13,8 +13,6 @@ Should-Have Nice-to-Have ------------ -- Expose ``onerror`` callback to venusian scan (requires venusian >=1.0a1). - - Add a default-view-config-params decorator that can be applied to a class which names defaults for method-based view_config decorator options. -- cgit v1.2.3