QC check
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
"""Performance test specific fixtures."""
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def performance_db_session(db):
|
||||
"""Database session optimized for performance testing"""
|
||||
# You can add performance-specific DB configurations here
|
||||
return db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user