Test suite runs and passes!
[zzz-floof.git] / floof / tests / functional / test_account.py
1 from floof.tests import *
2
3 class TestAccountController(TestController):
4
5 def test_login(self):
6 response = self.app.get(url(controller='account', action='login'))
7 # Test response...