Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

google/goexpect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is an implementation of Expect in Go.

Features:

  • Spawning and controlling local processes with real PTYs.
  • Native SSH spawner.
  • Expect backed spawner for testing.
  • Generic spawner to make implementing additonal Spawners simple.
  • Has a batcher for implementing workflows without having to write extra logic and code.

See the tests for example usage.

Disclaimer: This is not an official Google product.