From 3c8ee4eda8bcd9a175b32da3ff446c4eecc47ffb Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Thu, 6 Jul 2023 09:33:35 +0200 Subject: [PATCH] has been resolved through test_argument_line_parsing --- tests/test_mpsd_software.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_mpsd_software.py b/tests/test_mpsd_software.py index 287ba6c..41f0f13 100644 --- a/tests/test_mpsd_software.py +++ b/tests/test_mpsd_software.py @@ -647,7 +647,6 @@ def test_interface(tmp_path): # check that the help message is printed when -h is provided # check that the error messages are also logged to the log file # check that `/` in release is handled correctly - # check that `mpsd-software prepare dev-23a` works # other tests to add (ideally) -- GitLab