autopep8
This commit is contained in:
parent
02cadb882b
commit
bdd874eb7f
@ -147,6 +147,7 @@ def mock_open(filename, mode):
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class HelperFunctionsTests(unittest.TestCase):
|
class HelperFunctionsTests(unittest.TestCase):
|
||||||
|
|
||||||
def test_update_dictionary_extending_list(self):
|
def test_update_dictionary_extending_list(self):
|
||||||
@ -293,7 +294,6 @@ def test_conflicts(self):
|
|||||||
spack.modules.CONFIGURATION = configuration_wrong_conflicts
|
spack.modules.CONFIGURATION = configuration_wrong_conflicts
|
||||||
self.assertRaises(SystemExit, self.get_modulefile_content, spec)
|
self.assertRaises(SystemExit, self.get_modulefile_content, spec)
|
||||||
|
|
||||||
|
|
||||||
def test_suffixes(self):
|
def test_suffixes(self):
|
||||||
spack.modules.CONFIGURATION = configuration_suffix
|
spack.modules.CONFIGURATION = configuration_suffix
|
||||||
spec = spack.spec.Spec('mpileaks+debug arch=x86-linux')
|
spec = spack.spec.Spec('mpileaks+debug arch=x86-linux')
|
||||||
|
Loading…
Reference in New Issue
Block a user