Skip to content

Conversation

penguinolog
Copy link
Collaborator

  • STDIN for subprocess and SSH

  • execute_async has universal API

  • execute, check_call and check_output are shared

  • command can be masked for logs

  • all commands have default timeout instead of infinite wait

  • non-block subprocess pipe pull (including windows)

  • Code-style: now 120 symbols/line

* [x] STDIN for subprocess and SSH
* [x] `execute_async` has universal API
* [x] `execute`, `check_call` and `check_output` are shared
* [x] command can be masked for logs
* [x] all commands have default timeout instead of infinite wait
* [x] non-block subprocess pipe pull (including windows)

* Code-style: now 120 symbols/line
@penguinolog penguinolog added this to the 1.2.0 milestone May 2, 2018
@coveralls
Copy link
Collaborator

coveralls commented May 2, 2018

Pull Request Test Coverage Report for Build 95

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.572%

Totals Coverage Status
Change from base Build 94: 0.0%
Covered Lines: 931
Relevant Lines: 935

💛 - Coveralls

@penguinolog penguinolog merged commit 32a9559 into python-useful-helpers:master May 2, 2018
@penguinolog penguinolog deleted the bump branch May 2, 2018 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants