Test suite runs and passes!
[zzz-floof.git] / floof / tests / functional / test_user_settings.py
1 from floof.tests import *
2
3 class TestUserSettingsController(TestController):
4
5 def test_nothing(self):
6 # Only does things. Doesn't have an index.
7 pass
8 #response = self.app.get(url(controller='user_settings', action='index'))
9 # Test response...