django-mellon/mellon/tests.py

8 lines
131 B
Python
Raw Normal View History

2014-04-28 14:33:04 +02:00
from django.test import TestCase
# Create your tests here.
2015-04-29 17:41:16 +02:00
class MellonTestCase(TestCase):
def test_coin(self):
pass