Skip to content

Commit 2b51f08

Browse files
adamtheturtleclaude
andcommitted
Move test_successful_target into TestGenerateInstance
test_successful_target was the only method left in TestTargetStatusNotSuccess, contradicting the class name. It fits naturally with the other generation tests in TestGenerateInstance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f1d9cbc commit 2b51f08

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/mock_vws/test_vumark_generation_api.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,6 @@ def test_non_vumark_database(
261261
== ResultCodes.INVALID_TARGET_TYPE.value
262262
)
263263

264-
265-
@pytest.mark.usefixtures("verify_mock_vuforia")
266-
class TestTargetStatusNotSuccess:
267-
"""Tests for VuMark generation when the target is not in success
268-
state.
269-
"""
270-
271264
@staticmethod
272265
def test_successful_target(
273266
vumark_vuforia_database: VuMarkCloudDatabase,

0 commit comments

Comments
 (0)