lostplaces-backend/lostplaces/lostplaces_app/tests.py

9 lines
145 B
Python
Raw Normal View History

#!/usr/bin/env python
# -*- coding: utf-8 -*-
''' Tests for the lostplaces_app. '''
rom django.test import TestCase
2020-07-19 00:13:49 +02:00
# Create your tests here.