"""Database-specific test fixtures for Mantimon TCG. This module extends the shared fixtures from tests/conftest.py with any database-test-specific helpers. The db_session and redis_client fixtures are inherited from the parent conftest. """ # All shared fixtures (db_session, redis_client, postgres_container, redis_container) # are inherited from tests/conftest.py - no need to redefine them here. # Add any db-test-specific fixtures below if needed.