Skip to content
Snippets Groups Projects

force `subprocess.run` to check return code is 0

Merged Hans Fangohr requested to merge force-checking-of-error-code into linux-debian11
Files
3
+ 4
1
@@ -15,7 +15,7 @@ stages:
- ls -l
- pip install -U pip
- pip --version
- pip install pytest black ruff
- pip install pytest black ruff pydocstyle
- pytest --version
- cat /etc/issue
@@ -79,6 +79,9 @@ style:
- ruff --version
- ruff .
- black --check --diff .
- pydocstyle mpsd-software-environment.py
- pydocstyle tests.py
# we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same.
test-bullseye:
Loading