@hackage / benri-hspec

Simplify tests where Either or Maybe types are returned from monadic code

Latest0.1.0.3

About

Metadata

  • Last updated , by adetokunbo
  • License BSD-3-Clause
  • Categories Web Development, Testing
  • Maintained by: adetokunbo@emio.la

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.10.1
  2. 9.8.2
  3. 9.6.6
  4. 9.4.8
  5. 9.2.8
  6. 9.0.2
  7. 8.10.7
  8. 8.8.4

Package Flags

Use the -f option with cabal commands to enable flags

    build-the-readme (off by default)

    Allow the readme to build

    use-doc-tests (on by default)

    Include the doctests in the package tests

Readme

A small library of convenient functions for writing hspec tests.

It simplifies tests where Either, Maybe and other types are returned from monadic code.

The README provides usage examples.