lib.itmens/catalog/tests.py

11 lines
333 B
Python
Raw Normal View History

from django.test import TestCase
from catalog.book.tests import *
from catalog.movie.tests import *
from catalog.tv.tests import *
2022-12-08 15:45:37 +00:00
from catalog.music.tests import *
2022-12-08 23:58:44 +00:00
from catalog.game.tests import *
from catalog.podcast.tests import *
from catalog.performance.tests import *
# imported tests with same name might be ignored silently