tasty-tmux: Terminal user acceptance testing (UAT) via tmux

[ agpl, library, testing ] [ Propose Tags ]

Library for user acceptance testing (UAT) using tmux as the vehicle for running programs and interacting with them.

See Test.Tasty.Tmux for usage examples and API documentation.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5), bytestring (>=0.10 && <0.13), mtl (>=2.2 && <2.4), regex-posix (>=0.95), tasty (>=1.2), tasty-hunit (>=0.10), text (>=1.2 && <3), typed-process (>=0.2.4 && <0.3) [details]
License AGPL-3.0-only
Copyright Copyright 2017-2019 Róman Joost and Fraser Tweedale
Author Róman Joost and Fraser Tweedale
Maintainer roman@bromeco.de
Category Testing
Home page https://github.com/purebred-mua/tasty-tmux
Bug tracker https://github.com/purebred-mua/tasty-tmux/issues
Source repo head: git clone https://github.com/purebred-mua/tasty-tmux.git
Uploaded by frasertweedale at 2023-10-14T23:47:02Z
Distributions NixOS:0.1.0.5
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1418 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-10-14 [all 1 reports]

Readme for tasty-tmux-0.1.0.5

[back to package description]

tasty-tmux

Library for user acceptance testing (UAT) using tmux as the vehicle for running programs and interacting with them.

See "Test.Tasty.Tmux" module for usage examples and API documentation.

Note: This package currently does not integrate with the tasty packages API. We currently don't see any gain from doing so. If you find there would be a specific benefit, please file an issue.