mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
adding new factories
This commit is contained in:
9
awx/main/tests/factories/__init__.py
Normal file
9
awx/main/tests/factories/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .tower import (
|
||||
create_organization,
|
||||
create_job_template,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'create_organization',
|
||||
'create_job_template',
|
||||
]
|
||||
Reference in New Issue
Block a user