We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10ab9a commit 407cad8Copy full SHA for 407cad8
1 file changed
ietf/doc/tests.py
@@ -783,12 +783,10 @@ def setUp(self):
783
""")
784
self.doc_alias_file.close()
785
self.saved_draft_virtual_path = settings.DRAFT_VIRTUAL_PATH
786
- print(" Saved DRAFT_VIRTUAL_PATH=%s" % self.saved_draft_virtual_path)
787
settings.DRAFT_VIRTUAL_PATH = self.doc_alias_file.name
788
789
def tearDown(self):
790
settings.DRAFT_VIRTUAL_PATH = self.saved_draft_virtual_path
791
- print(" Restored DRAFT_VIRTUAL_PATH=%s" % settings.DRAFT_VIRTUAL_PATH)
792
os.unlink(self.doc_alias_file.name)
793
794
def testAliases(self):
0 commit comments