Skip to content

Clarify cloud vs VuMark database tests with split classes#2975

Merged
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/cloud-db-test-names
Feb 21, 2026
Merged

Clarify cloud vs VuMark database tests with split classes#2975
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/cloud-db-test-names

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Feb 21, 2026

Summary

Split TestAddDatabase into TestAddCloudDatabase and TestAddVuMarkDatabase, and TestDeleteDatabase into TestDeleteCloudDatabase and TestDeleteVuMarkDatabase. Updated docstrings and method names to explicitly reference "cloud database" or "VuMark database" for clarity and better test organization.

Changes

  • Separated database type tests into dedicated classes for cloud and VuMark databases
  • Updated class docstrings to specify database type
  • Updated method docstrings to mention "cloud database" or "VuMark database"
  • Renamed test_delete_database to test_delete_cloud_database in the cloud database class
  • Simplified method names in VuMark-specific class by removing redundant "vumark" prefix (class name provides context)

Note

Low Risk
Test-only refactor that primarily renames/reorganizes classes and docstrings without changing production logic.

Overview
Refactors the Flask usage tests to separate cloud vs VuMark database coverage by splitting the old add/delete database test classes into TestAddCloudDatabase/TestAddVuMarkDatabase and TestDeleteCloudDatabase/TestDeleteVuMarkDatabase.

Updates test/docstring wording and a cloud delete test name (test_delete_cloud_database) to explicitly reference the database type, and relocates the “create cloud database with no details” test into the cloud-specific class.

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

… names

Split TestAddDatabase into TestAddCloudDatabase and TestAddVuMarkDatabase, and TestDeleteDatabase into TestDeleteCloudDatabase and TestDeleteVuMarkDatabase. Updated docstrings and method names to explicitly reference "cloud database" or "VuMark database" for clarity.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@adamtheturtle adamtheturtle merged commit c92f60b into main Feb 21, 2026
106 checks passed
@adamtheturtle adamtheturtle deleted the adamtheturtle/cloud-db-test-names branch February 21, 2026 08:29
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