hspec-dirstream: Helper functions to simplify adding integration tests.

[ bsd3, development, library, testing ] [ Propose Tags ]

This package uses hspec and dirstream to provide easy-to-use functions for integration tests.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
development

Enable `-Werror`

Disabled

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'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.5.0.0, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.0.4
Dependencies base (>=4.9 && <4.18), dirstream, filepath, hspec, hspec-core, pipes, pipes-safe, system-filepath, text [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018-2019 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 1 made by vmchale at 2023-05-29T20:50:10Z
Category Testing, Development
Home page https://hub.darcs.net/vmchale/hspec-dirstream
Source repo head: darcs get https://hub.darcs.net/vmchale/hspec-dirstream
Uploaded by vmchale at 2022-02-28T16:34:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5692 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 2022-02-28 [all 1 reports]

Readme for hspec-dirstream-1.0.0.4

[back to package description]

hspec-dirstream

This provides some functions intended to make writing integration tests eaiser. You can view documentation here