test_new_file_TOWRITE.py 261 B

123456789
  1. from django.test import TestCase
  2. class TestX(TestCase):
  3. fixtures = ["fixtures/categories.json", "fixtures/encoding_profiles.json"]
  4. def test_X(self):
  5. # add new file, check it is added and more (eg for videos it is transcoded etc)
  6. pass