Get standalone server mode working for all tests.

This commit is contained in:
Steve Pulec 2017-02-23 19:43:48 -05:00
commit 81836b6981
78 changed files with 957 additions and 783 deletions

View file

@ -1,4 +1,6 @@
from __future__ import unicode_literals
from .models import iam_backend
iam_backends = {"global": iam_backend}
mock_iam = iam_backend.decorator
mock_iam_deprecated = iam_backend.deprecated_decorator

View file

@ -2,7 +2,7 @@ from __future__ import unicode_literals
from .responses import IamResponse
url_bases = [
"https?://iam.amazonaws.com",
"https?://iam(.*).amazonaws.com",
]
url_paths = {