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
|
|
@ -2,4 +2,5 @@ from __future__ import unicode_literals
|
|||
|
||||
from .models import events_backend
|
||||
|
||||
events_backends = {"global": events_backend}
|
||||
mock_events = events_backend.decorator
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ from __future__ import unicode_literals
|
|||
from .responses import EventsHandler
|
||||
|
||||
url_bases = [
|
||||
"https://events.(.+).amazonaws.com"
|
||||
"https?://events.(.+).amazonaws.com"
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue