Get standalone server mode working for all tests.
This commit is contained in:
parent
cb28eeefbb
commit
81836b6981
78 changed files with 957 additions and 783 deletions
|
|
@ -1,4 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
from .models import dynamodb_backend
|
||||
|
||||
dynamodb_backends = {"global": dynamodb_backend}
|
||||
mock_dynamodb = dynamodb_backend.decorator
|
||||
mock_dynamodb_deprecated = dynamodb_backend.deprecated_decorator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue