forked from DGNum/gestioCOF
9 lines
218 B
Python
9 lines
218 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from __future__ import (absolute_import, division,
|
|
print_function, unicode_literals)
|
|
from builtins import *
|
|
|
|
from django.test import TestCase
|
|
|
|
# Create your tests here.
|