Skip to content

test: add migration and schema integrity tests#12

Merged
govindkavaturi-art merged 1 commit intomainfrom
test/migration-test
Apr 4, 2026
Merged

test: add migration and schema integrity tests#12
govindkavaturi-art merged 1 commit intomainfrom
test/migration-test

Conversation

@govindkavaturi-art
Copy link
Copy Markdown
Member

Summary

4 new tests verifying database schema integrity:

  • All expected tables exist after create_all
  • Alembic migration head is valid
  • Cues table has required columns (id, user_id, name, status, etc.)
  • Executions table has outcome fields (outcome_success, outcome_result, outcome_error)

All pass locally (4/4, 0.53s).

🤖 Generated with Claude Code

4 tests verifying database schema:
- All expected tables exist (users, cues, executions, etc.)
- Alembic migration head is valid
- Cues table has required columns
- Executions table has outcome tracking fields

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@govindkavaturi-art govindkavaturi-art enabled auto-merge (squash) April 4, 2026 18:58
@govindkavaturi-art govindkavaturi-art merged commit da9ea86 into main Apr 4, 2026
4 checks passed
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.

2 participants