@hackage / proctest

An IO library for testing interactive command line programs

Latest0.1.3.1

About

Metadata

  • Last updated , by NiklasHambuechen
  • License MIT
  • Categories Testing
  • Maintained by: Niklas Hambüchen <mail@nh2.me>

  • Lottery factor: 1

Links

Installation

Readme

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.