We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fd8cd commit 2e98644Copy full SHA for 2e98644
tests/mock_vws/test_target_summary.py
@@ -141,6 +141,13 @@ def test_after_processing(
141
assert response.json()['tracking_rating'] in range(6)
142
assert response.json()['status'] == TargetStatuses.FAILED.value
143
144
+
145
+@pytest.mark.usefixtures('verify_mock_vuforia')
146
+class TestActiveFlag:
147
+ """
148
+ Tests for the active flag related parts of the summary.
149
150
151
@pytest.mark.parametrize('active_flag', [True, False])
152
def test_active_flag(
153
self,
0 commit comments