objrepo/objrepo/record/tests.py
Chris Forbes 97a1a32648 stuff
2013-07-24 19:11:45 +12:00

13 lines
326 B
Python

"""
This file demonstrates writing tests using the unittest module. These will pass
when you run "manage.py test".
Replace this with more appropriate tests for your application.
"""
from django.test import TestCase
from record.models import Record, Link
class RecordTests(TestCase):
def test_boring(self):
pass