Rename inactive_database fixture to inactive_cloud_database#3005
Merged
adamtheturtle merged 1 commit intomainfrom Feb 22, 2026
Merged
Rename inactive_database fixture to inactive_cloud_database#3005adamtheturtle merged 1 commit intomainfrom
adamtheturtle merged 1 commit intomainfrom
Conversation
Update the fixture name throughout the codebase for consistency with naming conventions. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rename the
inactive_databasepytest fixture toinactive_cloud_databasefor consistency with naming conventions used throughout the test suite. This fixture is used to provide credentials for an inactive Vuforia cloud database.Changes
tests/mock_vws/fixtures/credentials.pytests/conftest.pyandtests/mock_vws/fixtures/vuforia_backends.py🤖 Generated with Claude Code
Note
Low Risk
Test-only rename with no behavioral changes; main risk is broken tests if any external references still use the old fixture name.
Overview
Renames the pytest fixture providing credentials for an inactive Vuforia cloud database from
inactive_databasetoinactive_cloud_database.Updates all dependent fixtures and backend-selection helpers in
tests/conftest.pyandtests/mock_vws/fixtures/vuforia_backends.pyto use the new parameter/variable name consistently.Written by Cursor Bugbot for commit 0ef4390. This will update automatically on new commits. Configure here.