servant-mock: Derive a mock server for free from your servant API types

[ bsd3, library, servant, testing, web ] [ Propose Tags ]

Derive a mock server for free from your servant API types

See the Servant.Mock module for the documentation and an example.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
example

Build the example too

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Versions [RSS] 0.4.4.2, 0.4.4.3, 0.4.4.4, 0.4.4.5, 0.4.4.6, 0.4.4.7, 0.5, 0.6, 0.6.1, 0.7, 0.7.1, 0.8, 0.8.1, 0.8.1.1, 0.8.1.2, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7
Change log CHANGELOG.md
Dependencies aeson, base (>=4.9 && <4.14), base-compat (>=0.10.5 && <0.12), bytestring (>=0.10.8.1 && <0.11), http-types (>=0.12.2 && <0.13), QuickCheck (>=2.12.6.1 && <2.14), servant (>=0.15 && <0.17), servant-mock, servant-server (>=0.15 && <0.17), transformers (>=0.5.2.0 && <0.6), wai (>=3.2.1.2 && <3.3), warp [details]
License BSD-3-Clause
Copyright 2015-2018 Servant Contributors
Author Servant Contributors
Maintainer haskell-servant-maintainers@googlegroups.com
Revised Revision 3 made by phadej at 2019-09-16T08:10:33Z
Category Servant, Web, Testing
Home page http://haskell-servant.readthedocs.org/
Bug tracker http://github.com/haskell-servant/servant-mock/issues
Source repo head: git clone http://github.com/haskell-servant/servant-mock.git
Uploaded by phadej at 2018-11-13T22:07:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables mock-app
Downloads 13976 total (64 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-13 [all 1 reports]

Readme for servant-mock-0.8.5

[back to package description]

servant-mock - Derive a mock server for free from your servant API types

servant