/tests/regressiontests/localflavor/tests.py
Python | 5 lines | 3 code | 1 blank | 1 comment | 0 complexity | c5227228dfb3c511c23940ef931a03c5 MD5 | raw file
Possible License(s): BSD-3-Clause
1from django.test import TestCase 2from django.utils import unittest 3 4# just import your tests here 5from us.tests import *