rudimentary file uploading. Saves as sha1 like git objects. code is in lib. needs...
[zzz-floof.git] / floof / tests / functional / test_art.py
1 from floof.tests import *
2
3 class TestArtController(TestController):
4
5 def test_index(self):
6 response = self.app.get(url(controller='art', action='index'))
7 # Test response...