https://github.com/matterhorn-chat/mattermost-api-qc
QuickCheck instance library for the mattermost-api library.
https://github.com/matterhorn-chat/mattermost-api-qc
Last synced: about 2 months ago
JSON representation
QuickCheck instance library for the mattermost-api library.
- Host: GitHub
- URL: https://github.com/matterhorn-chat/mattermost-api-qc
- Owner: matterhorn-chat
- License: isc
- Created: 2017-05-10T16:24:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T00:21:42.000Z (over 1 year ago)
- Last Synced: 2024-04-26T02:21:43.238Z (about 1 year ago)
- Language: Haskell
- Size: 42 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mattermost API QuickCheck instances
[](https://hackage.haskell.org/package/mattermost-api-qc)
This library provides QuickCheck Arbitrary instances for data
structures defined in the Mattermost API package
(https://github.com/matterhorn-chat/mattermost-api). Importing this
library allows clients of the mattermost-api library to write
QuickCheck tests based on types from that library.