9 lines
135 B
Python
9 lines
135 B
Python
# -*- encoding: utf-8 -*-
|
|
"""
|
|
Copyright (c) 2019 - present AppSeed.us
|
|
"""
|
|
|
|
from django.test import TestCase
|
|
|
|
# Create your tests here.
|