##// END OF EJS Templates
Clean up TemporaryDirectory (prevent ResourceWarning)
Bradley M. Froehle -
Show More
@@ -489,6 +489,7 b' def test_extension():'
489 assert 'arq' not in _ip.user_ns
489 assert 'arq' not in _ip.user_ns
490 finally:
490 finally:
491 _ip.ipython_dir = orig_ipython_dir
491 _ip.ipython_dir = orig_ipython_dir
492 tmpdir.cleanup()
492
493
493 def test_notebook_export_json():
494 def test_notebook_export_json():
494 with TemporaryDirectory() as td:
495 with TemporaryDirectory() as td:
General Comments 0
You need to be logged in to leave comments. Login now