datatracker/ietf/idrfc/tests.py
Pasi Eronen 4077ea88ab Refactored testing code
- Legacy-Id: 1724
2009-10-14 18:33:26 +00:00

7 lines
155 B
Python

from ietf.utils.test_utils import SimpleUrlTestCase
class IdRfcUrlTestCase(SimpleUrlTestCase):
def testUrls(self):
self.doTestUrls(__file__)