hspec-tmp-proc: Simplify use of tmp-proc from hspec tests

[ bsd3, docker, hspec, library, testing ] [ Propose Tags ]

Reduces boilerplate when using tmp-proc with hspec


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.5.0.0, 0.5.0.1, 0.5.1.0, 0.5.1.1, 0.5.1.2, 0.5.2.0, 0.6.0.0
Change log ChangeLog.md
Dependencies base (>=4.11 && <5), hspec (>=2.7.0 && <2.12.0), tmp-proc (>=0.5.2 && <0.7.0) [details]
License BSD-3-Clause
Copyright 2021 Tim Emiola
Author Tim Emiola
Maintainer adetokunbo@users.noreply.github.com
Category testing, docker, hspec
Home page https://github.com/adetokunbo/tmp-proc/tree/master/tmp-proc#tmp-proc
Bug tracker https://github.com/adetokunbo/tmp-proc/issues
Source repo head: git clone https://github.com/adetokunbo/tmp-proc.git(hspec-tmp-proc)
Uploaded by adetokunbo at 2024-01-09T08:59:45Z
Distributions LTSHaskell:0.5.2.0, NixOS:0.5.2.0, Stackage:0.6.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 517 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-01-09 [all 1 reports]

Readme for hspec-tmp-proc-0.6.0.0

[back to package description]

hspec-tmp-proc

Hackage BSD-3.0 license

hspec-tmp-proc provides a module that simplifies using tmp-proc with tests that use hspec.

It's a very small package; the aim of providing it in its own package rather than including it in the tmp-proc package is to keep dependencies of tmp-proc to a minimum.