projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Test suite runs and passes!
[zzz-floof.git]
/
floof
/
tests
/
functional
/
test_user_settings.py
diff --git
a/floof/tests/functional/test_user_settings.py
b/floof/tests/functional/test_user_settings.py
index
b28f8be
..
bb61a03
100644
(file)
--- a/
floof/tests/functional/test_user_settings.py
+++ b/
floof/tests/functional/test_user_settings.py
@@
-2,6
+2,8
@@
from floof.tests import *
class TestUserSettingsController(TestController):
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...
# Test response...