mirror of
https://github.com/Hopiu/django.git
synced 2026-04-11 18:41:05 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
5 lines
121 B
Python
5 lines
121 B
Python
from django.test import TestCase
|
|
from django.utils import unittest
|
|
|
|
# just import your tests here
|
|
from us.tests import *
|