File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import unittest
2+ from django .conf import settings
3+ from django .contrib .auth .models import User
14from django .core .urlresolvers import reverse
25from django .test import TestCase
3- from django .contrib .auth .models import User
4-
6+ from django .test .client import Client
57from ietf .group .models import Group
68from ietf .ietfauth .decorators import has_role
9+ from ietf .utils .test_utils import SimpleUrlTestCase , RealDatabaseTest
10+ from ietf .idtracker .models import Role
711
12+ from urlparse import urlsplit
813from pyquery import PyQuery
914
15+ class SreqUrlTestCase (SimpleUrlTestCase ):
16+ def testUrls (self ):
17+ self .doTestUrls (__file__ )
18+
19+ """
1020SEC_USER='rcross'
1121WG_USER=''
1222AD_USER=''
@@ -80,3 +90,4 @@ class RetrievePreviousCase(TestCase):
8090 # test get previous exists/doesn't exist
8191 # test that groups scheduled and unscheduled add up to total groups
8292 # test locking function, access by unauthorized
93+ """
You can’t perform that action at this time.
0 commit comments