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