parsonsmatt / hspec

A Testing Framework for Haskell

Home Page:https://hspec.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

Read the User's Manual!

Development

Preparing 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 detects a new version without a corresponding tag it:

  • creates a tag
  • publishes to Hackage

About

A Testing Framework for Haskell

https://hspec.github.io/

License:MIT License


Languages

Language:Haskell 99.7%Language:Shell 0.3%