Comprehensive fix: push all test files and CI with debug output
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user