Files
deb-python-pecan/pecan/testing.py
Jonathan LaCour bed5cbfa14 After a full-scale scan with pep8.py and pyflakes, identified and
resolved most of our PEP8 compliance issues.
2012-03-11 09:52:25 -07:00

7 lines
121 B
Python

from pecan import load_app
from webtest import TestApp
def load_test_app(config):
return TestApp(load_app(config))