successfully ported everything to a flesh shabti template. shortnames work now,...
[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 '<span style="color:lime">Elixir DSL</span>' in response