Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply signals to the command under test #84

Open
epage opened this issue Nov 29, 2019 · 0 comments
Open

Apply signals to the command under test #84

epage opened this issue Nov 29, 2019 · 0 comments
Labels
enhancement Improve the expected

Comments

@epage
Copy link
Contributor

epage commented Nov 29, 2019

No description provided.

@epage epage added the enhancement Improve the expected label Nov 29, 2019
epage pushed a commit to epage/assert_cmd that referenced this issue Dec 5, 2019
Many of our problems with `stdin` are derived from using extension
traits. By moving away from them, we fix the API problems and make it
easier to add other features like timeout (assert-rs#10) or signalling (assert-rs#84).

So the new philosphy if:
- Core functionality is provided by extension traits
- Provide a convinience API that makes `Command` friendlier. These do
  not need to be generalized.  Other abstractions can provide their own
  (like `duct`).

Fixes assert-rs#73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve the expected
Projects
None yet
Development

No branches or pull requests

1 participant