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

Add global doctest setup code.

Runs the given code before each test is executed.
Refs #9562
parent 02a5c1fc
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,13 @@ release = '0.01'
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
# -- Options for doctest --------------------------------------------------
# Run this before each test is executed
doctest_global_setup = """
from mantid.simpleapi import *
"""
# -- 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