27eb4c30e01f95036febc8c58b9a67840de32176
[zzz-floof.git] / floof / tests / functional / test_account.py
1 from floof.tests import *
2
3 class TestAccountController(TestController):
4
5 def test_index(self):
6 response = self.app.get(url(controller='account', action='index'))
7 # Test response...