Draft: Add tests for run method
Compare changes
- Hans Fangohr authored
(behaviour of run is like subprocess.run)
+ 1
− 1
@@ -36,7 +36,7 @@ def test_run_method(tmp_path):
first attempt at tests for run
(behaviour of run is like subprocess.run)