X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/e080215f07b8153ef01d6c840a4ba3a4bfc2d770..224a257ade788e1a87aab78032dc3cdc9677cc06:/floof/tests/functional/test_account.py diff --git a/floof/tests/functional/test_account.py b/floof/tests/functional/test_account.py new file mode 100644 index 0000000..27eb4c3 --- /dev/null +++ b/floof/tests/functional/test_account.py @@ -0,0 +1,7 @@ +from floof.tests import * + +class TestAccountController(TestController): + + def test_index(self): + response = self.app.get(url(controller='account', action='index')) + # Test response...