mediacms/tests/api/test_search_TOWRITE.py

11 wiersze
240 B
Python

from django.test import TestCase
class TestX(TestCase):
fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
def test_X(self):
# add a few files, check search different cases that work
pass