mirror of
https://github.com/ansible/awx.git
synced 2026-07-08 06:48:04 -02:30
restructure factories/fixtures and fix tests
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
from .tower import (
|
||||
create_organization,
|
||||
create_job_template,
|
||||
create_notification_template,
|
||||
)
|
||||
|
||||
from .exc import (
|
||||
NotUnique,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'create_organization',
|
||||
'create_job_template',
|
||||
'create_notification_template',
|
||||
'NotUnique',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user