Skip to content
Snippets Groups Projects

Try remove cmd

Merged Ashwin Kumar Karnad requested to merge try-remove-cmd into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -493,7 +493,7 @@ def test_remove_environment(tmp_path):
# test removal without arguments (should sys.exit(1))
create_fake_environment(tmp_path, mpsd_release)
with pytest.raises(SystemExit):
mod.remove_environment(mpsd_release, tmp_path, force=True)
mod.remove_environment(mpsd_release, tmp_path, force_remove=True)
# test removal of the complete environment
mod.remove_environment(mpsd_release, tmp_path, ["ALL"])
@@ -504,6 +504,7 @@ def test_remove_environment(tmp_path):
assert logs_folder.exists()
# test removal of a single toolchain
# done in test_install_environment_zlib
def test_interface(tmp_path):
Loading