daytripper: Helpers for round-trip tests

[ bsd3, library, unclassified ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/ejconlon/daytripper#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.3.1
Dependencies base (>=4.12 && <5), bytestring (>=0.11 && <0.12), directory (>=1.3 && <1.4), falsify (>=0.2 && <0.3), optparse-applicative (>=0.17 && <0.19), tagged (>=0.8 && <0.9), tasty (>=1.4 && <1.5), tasty-hunit (>=0.10 && <0.11) [details]
License BSD-3-Clause
Copyright (c) 2023 Eric Conlon
Author Eric Conlon
Maintainer ejconlon@gmail.com
Home page https://github.com/ejconlon/daytripper#readme
Bug tracker https://github.com/ejconlon/daytripper/issues
Source repo head: git clone https://github.com/ejconlon/daytripper
Uploaded by ejconlon at 2023-12-29T01:04:43Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 129 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
All reported builds failed as of 2023-12-29 [all 1 reports]

Readme for daytripper-0.3.1

[back to package description]

daytripper

Helpers for round-trip tests

You can control some parameters through Tasty:

--daydripper-write-missing or TASTY_DAYTRIPPER_WRITE_MISSING=True will write golden files if not found.

--falsify-tests=N or TASTY_FALSIFY_TESTS=N will set the number of tests per property.