force `subprocess.run` to check return code is 0
Compare changes
+ 79
− 28
@@ -11,6 +11,41 @@ import pytest
@@ -30,39 +65,47 @@ def test_os_chdir(tmp_path):
@@ -91,6 +134,7 @@ def test_setup_log_cmd(tmp_path):
@@ -103,20 +147,19 @@ def test_setup_log_cmd(tmp_path):
@@ -125,11 +168,18 @@ def test_install_environment(tmp_path):
@@ -138,6 +188,7 @@ def test_install_environment(tmp_path):