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

assert_subprocess() runs a command and checks its result #41

Open
benoitbryon opened this issue Mar 4, 2014 · 0 comments
Open

assert_subprocess() runs a command and checks its result #41

benoitbryon opened this issue Mar 4, 2014 · 0 comments

Comments

@benoitbryon
Copy link
Member

Expectations around result:

  • return code: default to 0
  • timeout: default to 1s

Returns Popen instance, so that user can perform additional checks, as an example on stdout or stderr.

@benoitbryon benoitbryon added this to the Soon milestone Mar 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant