Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purescript/purescript-assert
Basic assertions library for low level testing
https://github.com/purescript/purescript-assert
Last synced: 29 days ago
JSON representation
Basic assertions library for low level testing
- Host: GitHub
- URL: https://github.com/purescript/purescript-assert
- Owner: purescript
- License: bsd-3-clause
- Created: 2015-05-10T11:59:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T14:16:13.000Z (over 2 years ago)
- Last Synced: 2024-10-29T21:05:40.871Z (about 1 month ago)
- Language: PureScript
- Homepage:
- Size: 36.1 KB
- Stars: 16
- Watchers: 6
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - assert - Basic assertions library for low level testing. (Testing / Deku)
README
# purescript-assert
[![Latest release](http://img.shields.io/github/release/purescript/purescript-assert.svg)](https://github.com/purescript/purescript-assert/releases)
[![Build status](https://github.com/purescript/purescript-assert/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-assert/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-assert/badge)](https://pursuit.purescript.org/packages/purescript-assert)Basic assertions library for low level testing. This is primarily for testing the core libraries that cannot use [`purescript-quickcheck`](https://github.com/purescript/purescript-quickcheck) without resulting in circular dependencies.
## Installation
```
spago install assert
```## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-assert).