mirror of
https://github.com/django/django.git
synced 2024-11-19 16:04:13 +00:00
0db9911316
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13505 bcc190cf-cafb-0310-a4f2-bffc1f526a37
6 lines
103 B
Python
6 lines
103 B
Python
import unittest
|
|
from django.test import TestCase
|
|
|
|
# just import your tests here
|
|
from us.tests import *
|