fixed search query (awesome now thanks vee =]), tag links, default routing is back...
[zzz-floof.git] / floof / tests / functional / test_users.py
1 from floof.tests import *
2
3 class TestUsersController(TestController):
4
5 def test_index(self):
6 response = self.app.get(url(controller='users', action='index'))
7 # Test response...