Popularity
0.7
Stable
Activity
0.0
Stable
0
1
1
Monthly Downloads: 1
Programming language: Haskell
License: Apache License 2.0
Tags:
Testing
http-mock alternatives and similar packages
Based on the "Testing" category.
Alternatively, view http-mock alternatives based on common mentions on social networks and blogs.
-
curl-runnings
A declarative test framework for quickly and easily writing integration tests against JSON APIs. -
monad-mock
DISCONTINUED. A Haskell package that provides a monad transformer for mocking mtl-style typeclasses [GET https://api.github.com/repos/cjdev/monad-mock: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
quickcheck-arbitrary-adt
Typeclass for generating a list of each instance of a sum type's constructors -
test-fixture
DISCONTINUED. Testing with monadic side-effects [GET https://api.github.com/repos/cjdev/test-fixture: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
test-framework-th
Automagically (using Template Haskell) generates the Haskell-code you need when using HUnit -
tasty-ant-xml
A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.
InfluxDB โ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of http-mock or a related project?
README
http-mock
HTTP mocking and expectations library for Haskell
Status
This project is aiming to provide a complete http mocking system for allow developers of http client libraries to test their clients.
Currently the project is very basic and is limited to allow
connect a http-client to a Wai Application
. This is enough
to build any kind of mock server.