Revision 35e2f2d4 snf-cyclades-app/synnefo/db/tests.py

b/snf-cyclades-app/synnefo/db/tests.py
32 32
# Provides automated tests for db module
33 33

  
34 34
from synnefo.db.models import *
35

  
36 35
from django.test import TestCase
37 36

  
37
# Import pool tests
38
from synnefo.db.pools.tests import *
39

  
38 40

  
39 41
class FlavorTestCase(TestCase):
40 42
    fixtures = [ 'db_test_data' ]

Also available in: Unified diff