Skip to content

Commit 1c73904

Browse files
Merge pull request #633 from adamtheturtle/target-summary-separate
Separate tests for active flag to new class
2 parents 18fd8cd + 2e98644 commit 1c73904

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)