add more task unit tests

This commit is contained in:
Wayne Witzel III
2016-06-14 13:39:10 -04:00
parent fe64b0b478
commit 479119f3ce
2 changed files with 35 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ from django.contrib.auth.models import User
# AWX
from awx.main.constants import CLOUD_PROVIDERS
from awx.main.models import * # noqa
from awx.main.models import UnifiedJob
from awx.main.models.label import Label
from awx.main.queue import FifoQueue
from awx.main.conf import tower_settings