Merge pull request #2690 from wwitzel3/test-refactoring

Adding some coverage for task helpers.
This commit is contained in:
Wayne Witzel III
2016-06-29 21:11:30 -04:00
committed by GitHub
2 changed files with 71 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