rudimentary file uploading. Saves as sha1 like git objects. code is in lib. needs...
[zzz-floof.git] / floof / tests / functional / test_art.py
diff --git a/floof/tests/functional/test_art.py b/floof/tests/functional/test_art.py
new file mode 100644 (file)
index 0000000..e82d5c8
--- /dev/null
@@ -0,0 +1,7 @@
+from floof.tests import *
+
+class TestArtController(TestController):
+
+    def test_index(self):
+        response = self.app.get(url(controller='art', action='index'))
+        # Test response...