7 lines
125 B
Python
7 lines
125 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
from __future__ import unicode_literals
|
||
|
|
||
|
from django.test import TestCase
|
||
|
|
||
|
# Create your tests here.
|