Skip to content

Commit dcb8ec3

Browse files
adamtheturtleclaude
andcommitted
Refactor VuMark tests to use verify_mock_vuforia fixture
Use the standard test pattern with the verify_mock_vuforia fixture so tests run against all backends (real, mock, docker). Add test classes to the CI matrix in test.yml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f193a40 commit dcb8ec3

File tree

2 files changed

+204
-237
lines changed

2 files changed

+204
-237
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ jobs:
111111
- tests/mock_vws/test_update_target.py::TestUpdate
112112
- tests/mock_vws/test_update_target.py::TestWidth
113113
- tests/mock_vws/test_update_target.py::TestInactiveProject
114+
- tests/mock_vws/test_vumark_generation.py::TestSuccessfulGeneration
115+
- tests/mock_vws/test_vumark_generation.py::TestInvalidAcceptHeader
116+
- tests/mock_vws/test_vumark_generation.py::TestInvalidInstanceId
117+
- tests/mock_vws/test_vumark_generation.py::TestResponseHeaders
114118
- tests/mock_vws/test_requests_mock_usage.py
115119
- tests/mock_vws/test_flask_app_usage.py
116120
- tests/mock_vws/test_docker.py

0 commit comments

Comments
 (0)