Skip to content

Fix: Missing database tables in test suite #274

@anchapin

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.

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