Test suite runs and passes!
[zzz-floof.git] / floof / tests / functional / test_art.py
1 from floof.tests import *
2
3 class TestArtController(TestController):
4
5 def test_upload(self):
6 response = self.app.get(url(controller='art', action='new'))
7 # Test response...