Scheduler unit tests

This commit is contained in:
Matthew Jones
2014-04-01 17:12:37 -04:00
parent 5f2356a4fd
commit 4069a33ab0
3 changed files with 182 additions and 0 deletions

View File

@@ -11,3 +11,4 @@ from awx.main.tests.tasks import RunJobTest
from awx.main.tests.licenses import LicenseTests
from awx.main.tests.jobs import *
from awx.main.tests.activity_stream import *
from awx.main.tests.schedules import *