restructure factories/fixtures and fix tests

This commit is contained in:
Wayne Witzel III
2016-05-25 10:29:22 -04:00
parent fa010c2228
commit c514cd44c3
6 changed files with 309 additions and 161 deletions

View File

@@ -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',
]