Skip to content

Commit 9a9e460

Browse files
adamtheturtleclaude
andcommitted
Add missing test files to CI matrix
The matrix in test.yml was missing entries for several test files and docs, so those tests were never run in CI. Add them now that test_tests_collected_once actually verifies coverage. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a1f5bb6 commit 9a9e460

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,15 @@ jobs:
113113
- tests/mock_vws/test_update_target.py::TestWidth
114114
- tests/mock_vws/test_update_target.py::TestInactiveProject
115115
- tests/mock_vws/test_requests_mock_usage.py
116+
- tests/mock_vws/test_respx_mock_usage.py
116117
- tests/mock_vws/test_flask_app_usage.py
117118
- tests/mock_vws/test_vumark_generation_api.py
119+
- tests/mock_vws/test_target_validators.py
118120
- tests/mock_vws/test_docker.py
121+
- ci/test_custom_linters.py
119122
- README.rst
120123
- docs/source/basic-example.rst
124+
- docs/source/httpx-example.rst
121125

122126
steps:
123127
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)