Files @ 298546182b41
Branch filter:

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

Marcin Kuzminski
more test suites on login, fixed strange detached instance bug found during in tests.
on __repr__ function
fixed timerproxy query formatting
1
2
3
4
5
6
7
8
from pylons_app.tests import *

class TestAdminController(TestController):

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