Revision c0124a81 db/tests.py

b/db/tests.py
17 17
from django.conf import settings
18 18
from django.contrib.auth.models import User
19 19
from django.test import TestCase
20
import unittest
21 20

  
22 21
class CreditAllocatorTestCase(TestCase):
23 22
    fixtures = [ 'db_test_data' ]

Also available in: Unified diff