Skip to content

Rename inactive_database fixture to inactive_cloud_database#3005

Merged
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/rename-inactive-db-fixture
Feb 22, 2026
Merged

Rename inactive_database fixture to inactive_cloud_database#3005
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/rename-inactive-db-fixture

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Feb 22, 2026

Summary

Rename the inactive_database pytest fixture to inactive_cloud_database for consistency with naming conventions used throughout the test suite. This fixture is used to provide credentials for an inactive Vuforia cloud database.

Changes

  • Renamed fixture definition in tests/mock_vws/fixtures/credentials.py
  • Updated all fixture parameter references in tests/conftest.py and tests/mock_vws/fixtures/vuforia_backends.py
  • Updated all internal function parameters and variable assignments to use the new name consistently

🤖 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_database to inactive_cloud_database.

Updates all dependent fixtures and backend-selection helpers in tests/conftest.py and tests/mock_vws/fixtures/vuforia_backends.py to use the new parameter/variable name consistently.

Written by Cursor Bugbot for commit 0ef4390. This will update automatically on new commits. Configure here.

Update the fixture name throughout the codebase for consistency with naming conventions.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@adamtheturtle adamtheturtle merged commit abf9c90 into main Feb 22, 2026
11 checks passed
@adamtheturtle adamtheturtle deleted the adamtheturtle/rename-inactive-db-fixture branch February 22, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant