from pyalchemybiz.tests import * class TestCustomerController(TestController): def test_index(self): response = self.app.get(url_for(controller='customer')) # Test response...