test_summary.py
7 lines
| 206 B
| text/x-python
|
PythonLexer
Marcin Kuzminski
|
r82 | from pylons_app.tests import * | ||
class TestSummaryController(TestController): | ||||
def test_index(self): | ||||
response = self.app.get(url(controller='summary', action='index')) | ||||
# Test response... | ||||