Skip to content
Snippets Groups Projects
Commit dc4949bc authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

rename test methods for Spack v0.20.0

parent 1247c790
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,6 @@ class WfBrainscales2Demos(Package):
# TODO (ECM): Provide a selection of notebooks that perform local-only tests.
#self._run_notebooks(join_path(self.prefix, ".spack_test_results"))
def test(self):
def test_notebooks(self):
self._set_collab_things()
self._run_notebooks(join_path(self.test_suite.stage, self.spec.format("out-{name}-{version}-{hash:7}")))
......@@ -49,5 +49,5 @@ class WfMultiAreaModel(Package):
def installcheck(self):
self._run_notebooks(join_path(self.prefix, ".spack_test_results"))
def test(self):
def test_notebook(self):
self._run_notebooks(join_path(self.test_suite.stage, self.spec.format("out-{name}-{version}-{hash:7}")))
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment