Files
WYGIWYH/app/apps/api/tests/__init__.py
2026-01-10 17:42:37 -03:00

6 lines
178 B
Python

# Import all test classes for Django test discovery
from .test_imports import *
from .test_accounts import *
from .test_data_isolation import *
from .test_shared_access import *