forked from cardosofelipe/pragma-stack
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.
3 lines
84 B
Python
3 lines
84 B
Python
# tests/unit/models/memory/__init__.py
|
|
"""Unit tests for memory database models."""
|