mirror of
https://github.com/ansible/awx.git
synced 2026-07-05 05:18:02 -02:30
Implement support for ad hoc commands.
This commit is contained in:
@@ -8,6 +8,7 @@ from awx.main.tests.projects import ProjectsTest, ProjectUpdatesTest # noqa
|
||||
from awx.main.tests.commands import * # noqa
|
||||
from awx.main.tests.scripts import * # noqa
|
||||
from awx.main.tests.tasks import RunJobTest # noqa
|
||||
from awx.main.tests.ad_hoc import * # noqa
|
||||
from awx.main.tests.licenses import LicenseTests # noqa
|
||||
from awx.main.tests.jobs import * # noqa
|
||||
from awx.main.tests.activity_stream import * # noqa
|
||||
|
||||
Reference in New Issue
Block a user