Files @ 7109d15c6813
Branch filter:

Location: kallithea/pylons_app/tests/functional/test_login.py

Marcin Kuzminski
cleared prints leftoovers, and changed current user fetching in login controller
1
2
3
4
5
6
7
from pylons_app.tests import *

class TestLoginController(TestController):

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