Changeset - 8337dd6492a9
[Not reviewed]
default
0 0 1
Marcin Kuzminski - 15 years ago 2010-05-22 01:35:19
marcin@python-works.com
logins controller test
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pylons_app/tests/functional/test_login.py
Show inline comments
 
new file 100644
 
from pylons_app.tests import *
 

	
 
class TestLoginController(TestController):
 

	
 
    def test_index(self):
 
        response = self.app.get(url(controller='login', action='index'))
 
        # Test response...
0 comments (0 inline, 0 general)