delete tags by clicking the x, or typing in -tagtext
[zzz-floof.git] / floof / tests / functional / test_tag.py
diff --git a/floof/tests/functional/test_tag.py b/floof/tests/functional/test_tag.py
new file mode 100644 (file)
index 0000000..8424b43
--- /dev/null
@@ -0,0 +1,7 @@
+from floof.tests import *
+
+class TestTagController(TestController):
+
+    def test_index(self):
+        response = self.app.get(url(controller='tag', action='index'))
+        # Test response...