Skip to content

Commit e2e1055

Browse files
committed
Separate active flag tests
1 parent 2cf6b50 commit e2e1055

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/mock_vws/test_get_duplicates.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,13 @@ def test_status(
174174

175175
assert response.json()['similar_targets'] == []
176176

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+
177184
def test_active_flag_duplicate(
178185
self,
179186
vuforia_database_keys: VuforiaDatabaseKeys,

0 commit comments

Comments
 (0)