Fix shared cmd test file

This commit is contained in:
Carson Woods
2019-06-28 11:33:52 -06:00
parent 762f505da5
commit 29d21a0a5d

View File

@@ -14,16 +14,13 @@
install = SpackCommand('install')
@pytest.fixture()
def local_tmpdir():
print("We be making them tmpdirs")
@pytest.mark.test_activate
def test_activate():
share('activate')
assert spack.config.get('config:shared') is True
@pytest.mark.test_deactivate
def test_deactivate():
# Ensures that this test can be run individually
# Activates shared mode so shared mode can be deactivated