mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-14 13:13:27 +01:00
5 lines
110 B
Python
5 lines
110 B
Python
# Import all test classes for Django test discovery
|
|
from .test_imports import *
|
|
from .test_accounts import *
|
|
|