Source code for berhoel.django.media.tests

# Django library imports.
from django.test import TestCase

# Create your tests here.


[docs]class MyTest(TestCase): pass