summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2007-01-31 17:43:01 +0000
committerIan Bicking <ian@ianbicking.org>2007-01-31 17:43:01 +0000
commitbd82d9d403a79d7fa2e2b1c40407eb4a6f6e0fc0 (patch)
tree882b19075a75bc28d49bdd8f631d1e28e3ae6906 /tests/conftest.py
parente945e737cbd540de18247b7b234fdd52f66cef57 (diff)
downloadpaste-git-bd82d9d403a79d7fa2e2b1c40407eb4a6f6e0fc0.tar.gz
Added a templating language
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index d9113df..e639ec1 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -7,7 +7,7 @@ import pkg_resources
pkg_resources.require('Paste')
import py
-
+"""
Option = py.test.Config.Option
option = py.test.Config.addoptions(
"Paste options",
@@ -25,3 +25,4 @@ class SetupDirectory(py.test.collect.Directory):
warnings.filterwarnings('error')
Directory = SetupDirectory
+"""