2022-12-07 19:09:05 -05:00
|
|
|
from django.test import TestCase
|
2023-08-10 11:27:31 -04:00
|
|
|
|
2022-12-07 19:09:05 -05:00
|
|
|
from catalog.book.tests import *
|
2023-08-10 11:27:31 -04:00
|
|
|
from catalog.game.tests import *
|
2022-12-07 19:09:05 -05:00
|
|
|
from catalog.movie.tests import *
|
2022-12-08 15:45:37 +00:00
|
|
|
from catalog.music.tests import *
|
2022-12-07 19:09:05 -05:00
|
|
|
from catalog.performance.tests import *
|
2023-08-10 11:27:31 -04:00
|
|
|
from catalog.podcast.tests import *
|
|
|
|
from catalog.tv.tests import *
|
2022-12-07 19:09:05 -05:00
|
|
|
|
|
|
|
# imported tests with same name might be ignored silently
|