mirror of
https://github.com/gamaio/gama_api.git
synced 2025-08-13 10:18:45 +00:00
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.
|