mirror of
https://github.com/django/django.git
synced 2024-11-19 07:54:07 +00:00
59d1f82634
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
7 lines
144 B
Python
7 lines
144 B
Python
from django.test import TestCase
|
|
from django.utils import unittest
|
|
|
|
# just import your tests here
|
|
from us.tests import *
|
|
from au.tests import *
|