Add commands module to run external commands
repo_management/commands.py: Add `run_command()` which allows for running an external command with the help of subprocess-tee. Add the private method `_print_env()` which is used to print the optional environment variables given to `run_command()`. tests/test_commands.py: Add tests for `_print_env()` and `run_command()`.
repo_management/commands.py
0 → 100644
tests/test_commands.py
0 → 100644
Please register or sign in to comment