Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/claytongentry/lasso

Bandit-backed HTTP server mocking
https://github.com/claytongentry/lasso

bandit http mock testing

Last synced: 8 days ago
JSON representation

Bandit-backed HTTP server mocking

Awesome Lists containing this project

README

        

# Lasso

Lasso lets you spin up a local web server to assert on your application's HTTP interactions with remote services.

Inspired by [Bypass](https://github.com/PSPDFKit-labs/bypass) and built on top of the great work on [Bandit](https://github.com/mtrudel/bandit) by Mat Trudel.

## Installation

```elixir
def deps do
[
{:lasso, "~> 0.1.3"}
]
end
```