diff --git a/lib/spack/spack/test/cmd/share.py b/lib/spack/spack/test/cmd/share.py index 8732dcf6c28..f23cba8d65d 100644 --- a/lib/spack/spack/test/cmd/share.py +++ b/lib/spack/spack/test/cmd/share.py @@ -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