Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hspec/hspec
A Testing Framework for Haskell
https://github.com/hspec/hspec
haskell hunit quickcheck smallcheck testing
Last synced: 4 days ago
JSON representation
A Testing Framework for Haskell
- Host: GitHub
- URL: https://github.com/hspec/hspec
- Owner: hspec
- License: mit
- Created: 2011-02-09T22:00:08.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T03:36:57.000Z (about 1 month ago)
- Last Synced: 2025-01-10T22:07:44.696Z (11 days ago)
- Topics: haskell, hunit, quickcheck, smallcheck, testing
- Language: Haskell
- Homepage: https://hspec.github.io/
- Size: 4.75 MB
- Stars: 757
- Watchers: 13
- Forks: 105
- Open Issues: 44
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGES.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Documentation
Read the [User's Manual](https://hspec.github.io/)!# Development
## Update API dumps
```
$ (cd util/api-dump && cabal install)
$ util/dump-api
```## Prepare a release
```
$ util/release
```
or
```
$ util/release major
```
This will bump the version and update `CHANGES.markdown`.Releases happen automatically when a new version ends up on `main`.
Whenever [`.github/workflows/publish.yml`](.github/workflows/publish.yml) detects
a new version without a corresponding tag it:- creates a tag
- publishes to Hackage