forked from cardosofelipe/pragma-stack
fix(tests): move memory model tests to avoid import conflicts
Moved tests/unit/models/memory/ to tests/models/memory/ to avoid Python import path conflicts when pytest collects all tests. The conflict was caused by tests/models/ and tests/unit/models/ both having __init__.py files, causing Python to confuse app.models.memory imports.
This commit is contained in:
2
backend/tests/models/memory/__init__.py
Normal file
2
backend/tests/models/memory/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# tests/unit/models/memory/__init__.py
|
||||
"""Unit tests for memory database models."""
|
||||
Reference in New Issue
Block a user