diff options
| author | Ian Bicking <ian@ianbicking.org> | 2007-01-31 17:43:01 +0000 |
|---|---|---|
| committer | Ian Bicking <ian@ianbicking.org> | 2007-01-31 17:43:01 +0000 |
| commit | bd82d9d403a79d7fa2e2b1c40407eb4a6f6e0fc0 (patch) | |
| tree | 882b19075a75bc28d49bdd8f631d1e28e3ae6906 /tests/conftest.py | |
| parent | e945e737cbd540de18247b7b234fdd52f66cef57 (diff) | |
| download | paste-git-bd82d9d403a79d7fa2e2b1c40407eb4a6f6e0fc0.tar.gz | |
Added a templating language
Diffstat (limited to 'tests/conftest.py')
| -rw-r--r-- | tests/conftest.py | 3 |
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 +""" |
