Skip to content

Fix: Missing database tables in test suite #274

Description

@anchapin

Description

The test suite fails with 'no such table' errors for and tables.

Failing Tests

Error

Root Cause

Tests are not properly initializing the database schema before running. The fixtures likely need to include all required tables.

Expected Fix

Ensure database fixtures properly create all required tables before tests run, or add proper database initialization in conftest.py.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions