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