tony-go / clix

Write acceptance tests easily for your CLI program.
21 stars 2 forks source link

feat: add timeout option for expect and expectEror acts #19

Closed Maestro31 closed 2 years ago

Maestro31 commented 2 years ago

@tony-go , i propose you this first draft so that we can start to discuss. It is functional for the moment, but not yet as far as the multiple values are concerned, as I don't know yet which API to start with.

tony-go commented 2 years ago

Before considering merging, we should write functional tests for .expectError with a timeout.

tony-go commented 2 years ago

Added two functional test cases.