class TestUserSettingsController(TestController):
- def test_index(self):
- response = self.app.get(url(controller='user_settings', action='index'))
+ def test_nothing(self):
+ # Only does things. Doesn't have an index.
+ pass
+ #response = self.app.get(url(controller='user_settings', action='index'))
# Test response...