From 3d0386f27ca66379acf50199e1d1298386eeeeb8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 02:55:53 +0200 Subject: Adding upstream version 3.2.1. Signed-off-by: Daniel Baumann --- ci/pytests/run.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 ci/pytests/run.sh (limited to 'ci/pytests/run.sh') diff --git a/ci/pytests/run.sh b/ci/pytests/run.sh new file mode 100755 index 0000000..e1b55af --- /dev/null +++ b/ci/pytests/run.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +python3 -m pytest --html pytests.html --self-contained-html -dn 24 tests/pytests -- cgit v1.2.3