1 2 3 4 5 6 7
b153a51b1d3b b153a51b1d3b b153a51b1d3b b153a51b1d3b b153a51b1d3b b153a51b1d3b b153a51b1d3b
from pylons_app.tests import * class TestSearchController(TestController): def test_index(self): response = self.app.get(url(controller='search', action='index')) # Test response...