Skip to content
Snippets Groups Projects

split one test into three

Merged Hans Fangohr requested to merge split-installation-tests into force-checking-of-error-code
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -54,9 +54,9 @@ class os_chdir:
def run(*args, counter=[0], **kwargs):
"""
Call subprocess.run(*args, **kwargs) and print logging data.
Run a subprocess and log the call.
Conveniene function to call `subprocess.run` and provide some metadata
Convenience function to call `subprocess.run` and provide some metadata
about the call.
Parameters
Loading