added support for downloading the github strategy repository

This commit is contained in:
Gert Wohlgemuth
2018-05-21 19:57:31 -07:00
parent b4d6e2c289
commit 4e31b4c9ee
4 changed files with 140 additions and 21 deletions

View File

@@ -637,6 +637,12 @@ def lambda_context():
}
)
import responses
# do not mock requests to these urls
responses.add_passthru('https://api.github.com')
responses.add_passthru('https://bittrex.com')
# here we will define required tables later
yield
sns.stop()