fix: correct pytest path to run only mockapi tests
Some checks failed
CI / test (push) Failing after 20s
CI / build (push) Has been skipped

This commit is contained in:
2026-03-22 21:13:12 +00:00
parent 8341bc1132
commit 1722436b0b

View File

@@ -28,7 +28,7 @@ jobs:
run: mypy src/mockapi/ || true run: mypy src/mockapi/ || true
- name: Run tests - 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: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest