From fed932732828403363ad15696adf17d0f9f092a7 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 9 Jul 2024 06:45:48 +0200 Subject: [PATCH] Fixing Tests --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 285f1ec3..242cc1ed 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -21,6 +21,7 @@ jobs: pip install pytest - name: Build tests run: | + python test_manager/__init__.py -g python test_manager/__init__.py -t -g -tp - name: Test the code with pytest run: |