File: __init__.py

package info (click to toggle)
python-azure 20181112%2Bgit-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 407,300 kB
  • sloc: python: 717,190; makefile: 201; sh: 76
file content (9 lines) | stat: -rw-r--r-- 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
from .mgmt_testcase import (AzureMgmtTestCase, AzureMgmtPreparer)
from .resource_testcase import (FakeResource, ResourceGroupPreparer)
from .storage_testcase import (FakeStorageAccount, StorageAccountPreparer)

__all__ = [
    'AzureMgmtTestCase', 'AzureMgmtPreparer',
    'FakeResource', 'ResourceGroupPreparer',
    'FakeStorageAccount', 'StorageAccountPreparer',
]