@hackage proctest0.1.3.1
An IO library for testing interactive command line programs
Installation
Dependencies (5)
Dependents (3)
@hackage/reflex, @hackage/acme-everything, @hackage/elocrypt
An IO library for testing interactive command line programs
Proctest aims to simplify interacting with and testing terminal programs, providing convenience functions for starting programs and reading their output.
All blocking operations support timeouts so that misbehaving programs cannot block your test pipeline.
Find more examples and contribute at https://github.com/nh2/proctest.