summaryrefslogtreecommitdiff
path: root/tests/test_discovery_sample2/tests.py
blob: 232054a9f157b1290843c5ba5f98f13eebb9d33c (plain)
1
2
3
4
5
6
7
from django.test import TestCase


class Test(TestCase):

    def test_sample(self):
        pass