Skip to content

radupopescu/proptest-stateful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proptest-stateful - property-based testing for stateful systems

Rust

Overview

proptest-stateful builds upon the proptest library to implement model property-based testing for stateful systems, similarly to the proper library described in the book Property-based testing with Proper, Erlang and Elixir.

The approach involves defining a simplified model of the system-under-test (SUT), generating a random sequence of commands that both the SUT and the model understand, executing the commands on both systems and checking that the internal state of the two systems remains the same. Please see the user guide for detailed instructions.

License and authorship

The contributors are listed in AUTHORS. This project uses the MPL v2 license, see LICENSE.

Issues

To report an issue, use the proptest-stateful issue tracker on GitHub.

About

Property-based testing for stateful systems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages