From 7f32574dd839a636f5af5ecfa6e37974ff151453 Mon Sep 17 00:00:00 2001 From: Carson Woods Date: Fri, 28 Jun 2019 11:33:52 -0600 Subject: [PATCH] Fix shared cmd test file --- lib/spack/spack/test/cmd/share.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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