diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2021-09-09 10:25:57 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2021-09-09 10:25:57 +0200 |
| commit | ee460ca387a8da5ed287f4de335e86393f2244cf (patch) | |
| tree | efe14d360d4a1c2852e2938bbcb571f6967f8828 | |
| parent | 4b0313cf00c2fe3c4a968a8f9897ef5dc9fab88c (diff) | |
| download | geldschieberbot-ee460ca387a8da5ed287f4de335e86393f2244cf.tar.gz geldschieberbot-ee460ca387a8da5ed287f4de335e86393f2244cf.zip | |
[test] explicitly pass check=True to subprocess.run
| -rwxr-xr-x | test.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ def run_bot(test, sender, cmd): ["python3", "./geldschieberbot.py"], text=True, capture_output=True, + check=True, # res = subprocess.run(["python3", "./bot.py"], text=True, capture_output=True, input=msg) |
