##// END OF EJS Templates
logins controller test
marcink -
r188:8337dd64 default
parent child Browse files
Show More
@@ -0,0 +1,7 b''
1 from pylons_app.tests import *
2
3 class TestLoginController(TestController):
4
5 def test_index(self):
6 response = self.app.get(url(controller='login', action='index'))
7 # Test response...
General Comments 0
You need to be logged in to leave comments. Login now