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

https://github.com/konnov/pbt-example-summation

Property-based testing and model checking for simple summation (case study)
https://github.com/konnov/pbt-example-summation

example model-checking property-based-testing python

Last synced: about 1 month ago
JSON representation

Property-based testing and model checking for simple summation (case study)

Awesome Lists containing this project

README

          

# Property-Based Testing and Model Checking for Summation

This repository contains a very simple example of testing a summation function
using property-based testing and model checking. This experiment is inspired by
the talk on [The lazy programmer's guide to writing thousands of
tests][scott-pbt] by [Scott Wlaschin][].

See [this blogpost][] for a discussion on this example, property-based testing, model
checking, and LLMs.

[scott-pbt]: https://youtu.be/IYzDFHx6QPY
[Scott Wlaschin]: https://scottwlaschin.com/
[this blogpost]: http://protocols-made-fun.com/pbt/2025/12/22/pbt-adversarial-llms.html