9 lines
266 B
Python
9 lines
266 B
Python
![]() |
from django.test import TestCase
|
||
|
from catalog.book.tests import *
|
||
|
from catalog.movie.tests import *
|
||
|
from catalog.tv.tests import *
|
||
|
from catalog.podcast.tests import *
|
||
|
from catalog.performance.tests import *
|
||
|
|
||
|
# imported tests with same name might be ignored silently
|