mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-29 05:31:59 +02: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 *
|
|
|