Comprehensive fix: push all test files and CI with debug output
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-03-22 21:40:25 +00:00
parent 5f741f57a6
commit 44516db93c

View File

@@ -22,6 +22,12 @@ jobs:
pip install -e . pip install -e .
pip install pytest pip install pytest
- name: List files
run: |
echo "=== src/mockapi ===" && ls -la src/mockapi/
echo "=== tests ===" && ls -la tests/
echo "=== tests/unit ===" && ls -la tests/unit/
- name: Run tests - name: Run tests
run: pytest tests/unit/test_generators.py -v run: pytest tests/unit/test_generators.py -v