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
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.2.0-3.fc35 | - |
Fedora 35 | 0.2.0-3.fc35 | - |
Fedora 34 | 0.2.0-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-mschoch-smat dash maintainers at fedoraproject dot org
.