diff options
author | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2016-04-27 18:21:36 +0200 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2016-04-27 18:21:36 +0200 |
commit | 4846ab70d8c805c6533d90b9345295c4160b4e35 (patch) | |
tree | cdb43ae4208b7c3b3cfa93f170462fbd7bdeec18 /lib | |
parent | ec5bb88820e42b2cf4c839cf134e18a167a52255 (diff) | |
download | spack-4846ab70d8c805c6533d90b9345295c4160b4e35.tar.gz spack-4846ab70d8c805c6533d90b9345295c4160b4e35.tar.bz2 spack-4846ab70d8c805c6533d90b9345295c4160b4e35.tar.xz spack-4846ab70d8c805c6533d90b9345295c4160b4e35.zip |
test-install : python 2.6 compatibility
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/test/cmd/test_install.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/spack/spack/test/cmd/test_install.py b/lib/spack/spack/test/cmd/test_install.py index 1860622ad6..2206c7bea1 100644 --- a/lib/spack/spack/test/cmd/test_install.py +++ b/lib/spack/spack/test/cmd/test_install.py @@ -117,6 +117,7 @@ class MockArgs(object): self.output = None +# TODO: add test(s) where Y fails to install class TestInstallTest(unittest.TestCase): """ Tests test-install where X->Y @@ -187,5 +188,3 @@ class TestInstallTest(unittest.TestCase): self.assertTrue('failures="0"' in content) self.assertTrue('errors="0"' in content) self.assertEqual(sum('skipped' in line for line in content.split('\n')), 2) - - #TODO: add test(s) where Y fails to install
\ No newline at end of file |