Skip to content
Snippets Groups Projects
Commit 6051383e authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Implement a doctest_globalcleanup string

Refs #9595
parent 916d33d8
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,12 @@ doctest_global_setup = """
from mantid.simpleapi import *
"""
# Run this after each test group has executed
doctest_global_cleanup = """
from mantid.api import FrameworkManager
FrameworkManager.Instance().clear()
"""
# -- Options for HTML output ----------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment