1 2 3 4 5 6 7 8
670713507d03 670713507d03 670713507d03 670713507d03 670713507d03 6b934c9607e7 7c978511c951 670713507d03
from pylons_app.tests import * class TestSummaryController(TestController): def test_index(self): self.log_user() response = self.app.get(url(controller='summary', action='index',repo_name='vcs_test')) # Test response...