Skip to content

Commit 2e98644

Browse files
committed
Separate tests for active flag to new class [skip ci]
1 parent 18fd8cd commit 2e98644

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/mock_vws/test_target_summary.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ def test_after_processing(
141141
assert response.json()['tracking_rating'] in range(6)
142142
assert response.json()['status'] == TargetStatuses.FAILED.value
143143

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+
144151
@pytest.mark.parametrize('active_flag', [True, False])
145152
def test_active_flag(
146153
self,

0 commit comments

Comments
 (0)