aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-05-22 01:35:19 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-05-22 01:35:19 +0200
commit33ef7dbd1291ba0ec5acbd5f1a538e1dd798941b (patch)
tree72e70f19867c8f1cb445fcf4a28fef6924a14a2b
parentbac1031ae850a270191e99ea007fdcd838612cd3 (diff)
logins controller test
-rw-r--r--pylons_app/tests/functional/test_login.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/pylons_app/tests/functional/test_login.py b/pylons_app/tests/functional/test_login.py
new file mode 100644
index 00000000..aa20ea54
--- /dev/null
+++ b/pylons_app/tests/functional/test_login.py
@@ -0,0 +1,7 @@
+from pylons_app.tests import *
+
+class TestLoginController(TestController):
+
+ def test_index(self):
+ response = self.app.get(url(controller='login', action='index'))
+ # Test response...