Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meadsteve/plight
Dynamic mocking/asserting of http endpoint
https://github.com/meadsteve/plight
Last synced: 5 days ago
JSON representation
Dynamic mocking/asserting of http endpoint
- Host: GitHub
- URL: https://github.com/meadsteve/plight
- Owner: meadsteve
- Created: 2015-02-01T20:50:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T02:31:16.000Z (over 9 years ago)
- Last Synced: 2024-10-11T03:11:13.351Z (about 1 month ago)
- Language: Elixir
- Size: 240 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plight
[![Build Status](https://travis-ci.org/meadsteve/Plight.svg?branch=master)](https://travis-ci.org/meadsteve/Plight)
Dynamic mocking/asserting of http endpoints.
Currently an alpha quality attempt at providing a web server which can mock an http endpoint then be used to assert
calls made to the mock endpoint.Written in Elixir.