mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 20:00:26 +01:00
6 lines
178 B
Python
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 *
|