Users namespace index and a quick userlist.
[zzz-floof.git] / floof / tests / functional / test_users.py
diff --git a/floof/tests/functional/test_users.py b/floof/tests/functional/test_users.py
new file mode 100644 (file)
index 0000000..cc1aeb1
--- /dev/null
@@ -0,0 +1,7 @@
+from floof.tests import *
+
+class TestUsersController(TestController):
+
+    def test_index(self):
+        response = self.app.get(url(controller='users', action='index'))
+        # Test response...