An open API service indexing awesome lists of open source software.

https://github.com/compositionalit/provingfunctioncorrectnessdemo

Demonstration of how well chosen properties for property-based testing can "prove" the correctness of a function.
https://github.com/compositionalit/provingfunctioncorrectnessdemo

Last synced: 6 months ago
JSON representation

Demonstration of how well chosen properties for property-based testing can "prove" the correctness of a function.

Awesome Lists containing this project

README

          

# Proving function correctness demo

This is the companion repo to the Compositional IT blog post [Proving function correctness with property-based tests](https://www.compositional-it.com/news-blog/proving-function-correctness-with-property-based-tests).

Code is in [./src/ProvingFunctionCorrectnessDemo/Program.fs](./src/ProvingFunctionCorrectnessDemo/Program.fs). It can be run using `dotnet run` from in the ./src/ProvingFunctionCorrectnessDemo/ directory.