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