double_bypass
A wrapper around Bypass. Double Bypass makes configuring and initializing Bypass easy. It also removes redundant test assertion code, and ecourages testing external requests in a self documenting manner.
TestingPackage Resources
Stars
Unreleased Activity
First Release
9
years agoLast Release
4
years agoDownloads
1.1k
last 90 daysLast Stable Version
0.0.7
Version 0.0.7
Dependencies
2Bypass provides a quick way to create a custom plug that can be put in place instead of an actual HTTP server to return prebaked responses to client requests. This is helpful when you want to create a mock HTTP server and test how your HTTP client handles different types of server responses.
Community
Looks like this space is still empty… Want to be the first to contribute?
Share an article, talk, or podcast by adding resources to this package.
meck
1.1.1A mocking framework for Erlang
mox
1.2.0Mocks and explicit contracts for Elixir
excoveralls
0.18.5Coverage report tool for Elixir with coveralls.io integration.
junit_formatter
3.4.0An ExUnit.Formatter that produces an XML report of the tests run in the project _build dir. It is a good fit with Jenkins test reporting plugin, for example.