lostplaces-backend/django_lostplaces/lostplaces/tests/__init__.py

5 lines
123 B
Python
Raw Normal View History

2020-09-19 22:50:07 +02:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
2020-09-11 23:07:19 +02:00
from django.test import TestCase
2020-09-12 11:01:24 +02:00
from django.contrib.auth.models import User