Fedora Packages

golang-github-mschoch-smat-devel Subpackage of golang-github-mschoch-smat

State Machine Assisted Testing

The concept is simple, describe valid uses of your library as states and actions. States describe which actions are possible, and with what probability they should occur. Actions mutate the context and transition to another state. By doing this, two things are possible: – Use go-fuzz to find/test interesting sequences of operations on your library. – Automate longevity testing of your application by performing long sequences of valid operations. Both of these can also incorporate validation logic (not just failure detection by building validation into the state machine). This package contains the source code needed for building packages that reference the following Go import paths: – github.com/mschoch/smat

Releases Overview

Release Stable Testing
Fedora 38 0.2.0-6.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at golang-github-mschoch-smat dash maintainers at fedoraproject dot org.



Sources on Pagure