Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/claytongentry/lasso
- Owner: claytongentry
- License: mit
- Created: 2023-05-20T16:52:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T00:25:26.000Z (4 months ago)
- Last Synced: 2024-10-31T22:42:29.411Z (15 days ago)
- Topics: bandit, http, mock, testing
- Language: Elixir
- Homepage: https://hex.pm/packages/lasso
- Size: 24.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
```