From f2bbbd8e56c308ff0eba7ca44b48cef046db0851 Mon Sep 17 00:00:00 2001 From: Jonathan LaCour Date: Fri, 2 Sep 2011 15:26:43 -0400 Subject: [PATCH] To 99% testing. Just one more module to test! --- .coveragerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index ec9a6c5..1e3fc17 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,2 +1,2 @@ [run] -omit = pecan/commands/*.py, pecan/templates/__init__.py +omit = pecan/commands/*.py, pecan/templates/__init__.py, pecan/testing.py