We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf6b50 commit e2e1055Copy full SHA for e2e1055
tests/mock_vws/test_get_duplicates.py
@@ -174,6 +174,13 @@ def test_status(
174
175
assert response.json()['similar_targets'] == []
176
177
+
178
+@pytest.mark.usefixtures('verify_mock_vuforia')
179
+class TestActiveFlag:
180
+ """
181
+ Tests for the effects of the active flag on duplicate matching.
182
183
184
def test_active_flag_duplicate(
185
self,
186
vuforia_database_keys: VuforiaDatabaseKeys,
0 commit comments