Add podman local test runner

This commit is contained in:
jaseg 2022-06-21 11:02:07 +02:00
parent 95d0b60490
commit 3aeea67f37
6 changed files with 52 additions and 0 deletions

8
podman/testdata/testscript.sh vendored Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
set -e
git clone /data/git git
cd git
python3 -m pip install pytest-parallel
python3 -m pytest --workers auto