string-conv-tests: Tests for the string-conv library

[ bsd3, data, deprecated, string, text ] [ Propose Tags ]
Deprecated in favor of string-conv

These are in a separate project not only to keep dependencies low when the string-conv library is included in a project but also because these property tests use `quickcheck-instances` which defines many orphan instances. Never a good idea to force instances like this on other projects.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1
Change log changelog.md
Dependencies None [details]
License BSD-3-Clause
Copyright Dino Morelli, 2022
Author Dino Morelli
Maintainer dino@ui3.info
Category Data, String, Text
Home page https://github.com/dino-/string-conv-tests
Bug tracker https://github.com/dino-/string-conv-tests/issues
Source repo head: git clone https://github.com/dino-/string-conv-tests.git
Uploaded by DinoMorelli at 2022-02-19T18:37:12Z
Distributions
Downloads 86 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-02-19 [all 2 reports]

Readme for string-conv-tests-0.1.1

[back to package description]

string-conv-tests

Synopsis

Property tests for the Haskell string-conv library

Description

These are in a separate project not only to keep dependencies low when the string-conv library is included in a project but also because these property tests use quickcheck-instances which defines many orphan instances. Never a good idea to force instances like this on other projects.

This project expects the source code of the string-conv project to be in a sibling directory.

Development

To run these tests

$ stack test string-conv-tests

Contact

Authors

Dino Morelli dino@ui3.info