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.
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.