Here are
25 public repositories
matching this topic...
TDD with Clean Architectecture (aka Hexagonal, Ports & adapter) in Haskell
-
Updated
Apr 2, 2022
-
Haskell
Utility functions for testing Megaparsec parsers with Hspec
-
Updated
Feb 13, 2022
-
Haskell
To be used for the lecture about testing in Haskell
-
Updated
Mar 30, 2018
-
Haskell
An implementation of the supermemo 2 flash card spaced repetition algorithm.
-
Updated
Jul 17, 2017
-
Haskell
LeanCheck support for the Hspec test framework.
-
Updated
Nov 2, 2021
-
Makefile
Validate a credit card number
-
Updated
Sep 10, 2018
-
Haskell
Hspec expectations for testing Parsec parsers
-
Updated
Aug 24, 2019
-
Haskell
C compiler to masm32 written in Haskell
-
Updated
Nov 30, 2020
-
Haskell
CloudHaskell/OTP evaluation
-
Updated
Nov 27, 2017
-
Haskell
Exercice en Haskell pour trouver des mots horizontaux, verticaux et en diagonale dans une grille de lettres
-
Updated
Mar 16, 2018
-
Haskell
-
Updated
Oct 30, 2018
-
Haskell
Read a Git project directory, and resolve the stack used - a CLI tool.
-
Updated
Apr 2, 2020
-
Haskell
Web application created in Haskell with Servant framework
-
Updated
Feb 10, 2018
-
Haskell
Utility functions for testing on Codewars with Hspec
-
Updated
Dec 10, 2020
-
Haskell
Hspec formatter for Codewars
-
Updated
Dec 10, 2020
-
Haskell
REST service in container with Haskell-servant, PostgreSql-simple, PostgreSql-simple-migration
-
Updated
Mar 19, 2019
-
Haskell
-
Updated
Oct 14, 2019
-
Haskell
-
Updated
Sep 18, 2018
-
Haskell
Some unofficial exercises as a companion for the book Learn You a Haskell For Great Good!
-
Updated
Dec 8, 2018
-
Haskell
-
Updated
Jan 10, 2019
-
Haskell
Snapshot testing for hspec
-
Updated
Jul 5, 2021
-
Haskell
-
Updated
May 13, 2017
-
Haskell
Chapter 14 from the glorious Haskell Book on testing in Haskell
-
Updated
Feb 5, 2017
-
Haskell
-
Updated
Feb 20, 2022
-
Haskell
Improve this page
Add a description, image, and links to the
hspec
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
hspec
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
For many golden usecases it is not ideal to store the output in a repository alongside the golden file, which this currently does (see https://github.com/stackbuilders/hspec-golden/blob/f361111d5b5feeeda497c8eaf32dd33a00f3c823/examples/json/.otherGolden/json/actual#L1).
An option to clean up this file would be ideal.