django-mellon/mellon/tests.py

8 lines
131 B
Python

from django.test import TestCase
# Create your tests here.
class MellonTestCase(TestCase):
def test_coin(self):
pass