pyalchemybiz/pyalchemybiz/tests/functional/test_customer.py

8 lines
198 B
Python
Raw Normal View History

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