Files
WYGIWYH/app/apps/api/tests/__init__.py
T

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 *