summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/test/cmd/test_install.py3
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