Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persimmon-projects/persimmon.dried
Random testing for Persimmon
https://github.com/persimmon-projects/persimmon.dried
fsharp quickcheck testing
Last synced: 3 months ago
JSON representation
Random testing for Persimmon
- Host: GitHub
- URL: https://github.com/persimmon-projects/persimmon.dried
- Owner: persimmon-projects
- License: mit
- Created: 2015-01-03T12:50:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T21:57:02.000Z (over 6 years ago)
- Last Synced: 2024-11-07T02:48:47.634Z (3 months ago)
- Topics: fsharp, quickcheck, testing
- Language: F#
- Homepage: http://persimmon-projects.github.io/Persimmon.Dried/
- Size: 1.24 MB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Persimmon.Dried
[![License][license-image]][license-url]
Persimmon.Dried is a port of [scalacheck](https://github.com/rickynils/scalacheck) for Persimmon.
## Build status
``master`` branch, Windows Server 2012(Appveyor) [![Build status](https://ci.appveyor.com/api/projects/status/j7bj9gu6ssxkadr8/branch/master?svg=true)](https://ci.appveyor.com/project/pocketberserker/persimmon-dried/branch/master)
``master`` branch, >= .NET Core 2.1, Linux(Travis) [![Build Status](https://travis-ci.org/persimmon-projects/Persimmon.Dried.svg?branch=master)](https://travis-ci.org/persimmon-projects/Persimmon.Dried)
## NuGet page link
* Persimmon.Dried.Gen [![NuGet Status](http://img.shields.io/nuget/v/Persimmon.Dried.Gen.svg)](https://www.nuget.org/packages/Persimmon.Dried.Gen/)
* Persimmon.Dried [![NuGet Status](http://img.shields.io/nuget/v/Persimmon.Dried.svg)](https://www.nuget.org/packages/Persimmon.Dried/)
* Persimmon.Dried.Ext [![NuGet Status](http://img.shields.io/nuget/v/Persimmon.Dried.Ext.svg)](https://www.nuget.org/packages/Persimmon.Dried.Ext/)## Documentation
* [English](http://persimmon-projects.github.io/Persimmon.Dried/)
* [Japanese](http://persimmon-projects.github.io/Persimmon.Dried/ja/)
* [API Reference(English only)](http://persimmon-projects.github.io/Persimmon.Dried/reference/)[license-url]: https://github.com/persimmon-projects/Persimmon.Dried/blob/master/LICENSE
[license-image]: https://img.shields.io/github/license/persimmon-projects/Persimmon.Dried.svg