From 1722436b0b758be72030b935e9d56ec5135bdd08 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 21:13:12 +0000 Subject: [PATCH] fix: correct pytest path to run only mockapi tests --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d1c0f5d..6b8dccd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: mypy src/mockapi/ || true - name: Run tests - run: pytest tests_testdatagen/ -v + run: pytest tests/unit/test_generators.py tests/unit/test_config.py tests/unit/test_validator.py tests/integration/test_cli.py tests/integration/test_server.py -v build: runs-on: ubuntu-latest