Sabitlenmiş Tweet

The Hedgehog project has no official website at the moment.
The only official link is:
🔗 github.com/hedgehogqa
For any further info, you can contact @nikosbaxevanis.
English
Hedgehog
103 posts

@hedgehogqa
Release with confidence, state-of-the-art property testing for Haskell, Scala, F# and friends.


Find the duck 🦆




Hedgehog.Xunit has a Property attribute you can use when writing tests with @xunit and @hedgehogqa: open Hedgehog.Xunit [<Property>] let ``rev a list twice yields the original list`` (xs : int list) = List.rev (List.rev xs) = xs nuget.org/packages/Hedge…




Quickstrom is a browser testing system that combines ideas from property-based testing, TLA+, linear temporal logic, & functional programming. This talk from @owickstrom at @CodeMeshIO discusses Quickstorm's core ideas, how it works & the results. youtube.com/watch?v=ZVPusa…




