9 lines
145 B
Python
9 lines
145 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
''' Tests for the lostplaces_app. '''
|
|
|
|
rom django.test import TestCase
|
|
|
|
# Create your tests here.
|