feat(stress-tests): stress tests first case

Resolves #330
This commit is contained in:
rudy
2021-12-20 17:00:56 +01:00
committed by Ayoub Benaissa
parent cdffb0ec8e
commit 48197d55ac
10 changed files with 451 additions and 4 deletions

View File

@@ -34,3 +34,4 @@ def run(*cmd):
if result.returncode != 0:
print(result.stderr)
assert result.returncode == 0, ' '.join(cmd)
return str(result.stdout, encoding='utf-8')