Skip to content

Commit ff2c1ae

Browse files
committed
Remove the testurl list tests from idrfc, these are now handled
through explicit unit tests (and the test crawler which can be run with "bin/test-crawl") - Legacy-Id: 6002
1 parent ec2f0ca commit ff2c1ae

2 files changed

Lines changed: 1 addition & 35 deletions

File tree

ietf/idrfc/tests.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,10 @@
4848
from ietf.person.models import *
4949
from ietf.meeting.models import Meeting, MeetingTypeName
5050
from ietf.iesg.models import TelechatDate
51-
from ietf.utils.test_utils import SimpleUrlTestCase, RealDatabaseTest, login_testing_unauthorized
51+
from ietf.utils.test_utils import login_testing_unauthorized
5252
from ietf.utils.test_data import make_test_data
5353
from ietf.utils.mail import outbox
5454

55-
class IdRfcUrlTestCase(SimpleUrlTestCase):
56-
def testUrls(self):
57-
#self.doTestUrls(__file__)
58-
self.doTestUrls(os.path.join(os.path.dirname(os.path.abspath(__file__)), "testurlREDESIGN.list"))
59-
6055

6156
class ChangeStateTestCase(django.test.TestCase):
6257
fixtures = ['names']

ietf/idrfc/testurlREDESIGN.list

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)