Skip to content

fsm/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSM

Version MIT License Go Report Card Join the community on Spectrum

Test

Test is an integration test target for FSM.

Getting Started

From a high level, this library provides you the ability to generate a special fsm.Traverser that provides some additional functionality that will help you with testing a bot.

Usage for Test is best described through concrete example, so check out the fsm/getting-started test file.