summaryrefslogtreecommitdiff
path: root/django-nova/src/django_nova/tests/view_tests/__init__.py
blob: 51d01c59eb6cb370ca409aa0b2d8d7ed646a7adc (plain)
1
2
3
4
5
6
7
from credential_tests import *
from image_tests import *
from instance_tests import *
from keypair_tests import *
from region_tests import *
from volume_tests import *