5 lines
110 B
Python
5 lines
110 B
Python
from django.test import TestCase
|
|
|
|
from .events import *
|
|
from .event_reminder import *
|
|
from .speakers import *
|