BaristaLabs / BaristaCore

BaristaCore is a framework for providing a serverless platform using ChakraCore and .Net Core
MIT License
28 stars 3 forks source link

Change extension unit tests to mock HttpClient #47

Open Oceanswave opened 6 years ago

Oceanswave commented 6 years ago

Unit tests of the extensions project are a bit flaky as they depend on uptime of httpbin, which is good, but sometimes can throttle or have invalid responses.

Steps: