We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fbe239 + e9f8447 commit 56b7c98Copy full SHA for 56b7c98
test/framework/options.py
@@ -807,7 +807,9 @@ def test_avail_cfgfile_constants(self):
807
os.remove(dummylogfn)
808
sys.path[:] = orig_sys_path
809
810
- def test_list_easyblocks(self):
+ # use test_000_* to ensure this test is run *first*,
811
+ # before any tests that pick up additional easyblocks (which are difficult to clean up)
812
+ def test_000_list_easyblocks(self):
813
"""Test listing easyblock hierarchy."""
814
815
fd, dummylogfn = tempfile.mkstemp(prefix='easybuild-dummy', suffix='.log')
0 commit comments