From b65b717fbc380611b93bc28a3feff98a648fbc0e Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Wed, 22 Aug 2012 18:01:31 -0400 Subject: [PATCH] Polish --- tests/test_app/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_app/__init__.py b/tests/test_app/__init__.py index 52de7a0..8ca14d5 100644 --- a/tests/test_app/__init__.py +++ b/tests/test_app/__init__.py @@ -160,3 +160,7 @@ def add_context_processors(s): @s.send_login_context_processor def send_login(): return dict() + + @s.mail_context_processor + def mail(): + return dict()