Test suite runs and passes!
[zzz-floof.git] / floof / tests / functional / test_appserver.py
1 from floof.tests import *
2
3 class TestAppServer(TestController):
4 def test_index(self):
5 response = self.app.get('/')
6 # Test response...
7 assert 'Powered by floof' in response