From 725cc37c09cd8b98df5df01ce717883f508ad76b Mon Sep 17 00:00:00 2001 From: Hans Fangohr <fangohr@users.noreply.github.com> Date: Sat, 27 May 2023 18:27:42 +0200 Subject: [PATCH] use directory name that explains what this is meant to represent I hope I got this right. --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index be7c6b2..03b41cf 100644 --- a/tests.py +++ b/tests.py @@ -31,7 +31,7 @@ def test_prepare_environment(tmp_path): # prepare_env is run when cmd is not specified, we can test cmd='prepare' # and cmd=None to check both cases - script_dir = tmp_path / "test_prepare_env" + script_dir = tmp_path / "mpsd_opt" / "linux_debian_11" spack_environments = "spack-environments" mpsd_release_to_test = "dev-23a" release_base_dir = script_dir / mpsd_release_to_test -- GitLab