From 3e0ec9d44da85fc194f9c060bd2402f3332a560f Mon Sep 17 00:00:00 2001 From: Per Oestergaard Date: Mon, 9 May 2022 11:48:36 +0200 Subject: [PATCH 1/2] Include all tests (test_*.py) --- tests/run-unittests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-unittests.sh b/tests/run-unittests.sh index c98f02fe..451663f6 100644 --- a/tests/run-unittests.sh +++ b/tests/run-unittests.sh @@ -3,4 +3,4 @@ cd /pwd && \ pip install -r requirements-dev.txt && \ pip install -r requirements.txt && \ -python3 -m unittest -v tests/test_pytmfunc.py \ No newline at end of file +python3 -m unittest -v tests/test_*.py \ No newline at end of file From 1ef2a205e4c12ff59dd0a4ca38d4d3d8a860745b Mon Sep 17 00:00:00 2001 From: Per Oestergaard Date: Mon, 9 May 2022 13:06:04 +0200 Subject: [PATCH 2/2] Empty commit to re-run codeql