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 e09a28c commit 4a7cdf2Copy full SHA for 4a7cdf2
1 file changed
ietf/utils/tests_draft.py
@@ -33,3 +33,4 @@ def test_get_meta(self):
33
with closing(open(filename,'w')) as file:
34
file.write(self.draft.text)
35
self.assertEqual(getmeta(filename)['docdeststatus'],'Informational')
36
+ shutil.rmtree(tempdir)
0 commit comments