This commit is contained in:
alalazo 2016-06-04 18:09:28 +02:00
parent 02cadb882b
commit bdd874eb7f

View file

@ -147,6 +147,7 @@ def mock_open(filename, mode):
}
}
class HelperFunctionsTests(unittest.TestCase):
def test_update_dictionary_extending_list(self):
@ -293,7 +294,6 @@ def test_conflicts(self):
spack.modules.CONFIGURATION = configuration_wrong_conflicts
self.assertRaises(SystemExit, self.get_modulefile_content, spec)
def test_suffixes(self):
spack.modules.CONFIGURATION = configuration_suffix
spec = spack.spec.Spec('mpileaks+debug arch=x86-linux')