Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
d1f8fc0e
Commit
d1f8fc0e
authored
Aug 30, 2021
by
gvardany
Browse files
fix dirs in test setup
parent
ada3fad0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/PythonInterface/test/python/plugins/algorithms/WorkflowAlgorithms/SANSILLAutoProcessTest.py
View file @
d1f8fc0e
...
...
@@ -14,11 +14,11 @@ class SANSILLAutoProcessTest(unittest.TestCase):
@
classmethod
def
setUpClass
(
cls
):
config
.
appendDataSearchSubDir
(
"ILL/D11/"
)
config
.
appendDataSearchSubDir
(
"ILL/D16/"
)
cls
.
_facility
=
config
[
"default.facility"
]
cls
.
_instrument
=
config
[
"default.instrument"
]
cls
.
_dirs
=
config
[
"datasearch.directories"
]
config
.
appendDataSearchSubDir
(
"ILL/D11/"
)
config
.
appendDataSearchSubDir
(
"ILL/D16/"
)
config
[
"default.facility"
]
=
"ILL"
config
[
"default.instrument"
]
=
"D11"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment