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

Interactive shell #255

Merged
merged 31 commits into from
Dec 24, 2020
Merged

Interactive shell #255

merged 31 commits into from
Dec 24, 2020

Conversation

pkittenis
Copy link
Member

@pkittenis pkittenis commented Dec 21, 2020

Resolves #114

TODO:

  • open_shell timeout test
  • join_shells timeout test

@codecov
Copy link

codecov bot commented Dec 21, 2020

Codecov Report

Merging #255 (cd3823a) into master (f1c149f) will increase coverage by 0.11%.
The diff coverage is 99.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #255      +/-   ##
==========================================
+ Coverage   94.48%   94.60%   +0.11%     
==========================================
  Files          17       17              
  Lines        1414     1501      +87     
==========================================
+ Hits         1336     1420      +84     
- Misses         78       81       +3     
Impacted Files Coverage Δ
pssh/clients/native/parallel.py 96.82% <ø> (ø)
pssh/clients/reader.py 91.66% <ø> (ø)
pssh/clients/ssh/parallel.py 100.00% <ø> (ø)
pssh/config.py 100.00% <ø> (+7.84%) ⬆️
pssh/output.py 91.30% <ø> (-4.35%) ⬇️
pssh/clients/base/parallel.py 98.02% <96.96%> (-1.39%) ⬇️
pssh/clients/base/single.py 92.43% <100.00%> (-0.75%) ⬇️
pssh/clients/native/single.py 95.54% <100.00%> (+1.36%) ⬆️
pssh/clients/ssh/single.py 96.38% <100.00%> (-1.06%) ⬇️
pssh/exceptions.py 100.00% <100.00%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f1c149f...cd3823a. Read the comment docs.

@pkittenis pkittenis merged commit 6f3481f into master Dec 24, 2020
@pkittenis pkittenis deleted the interactive_shell branch December 24, 2020 10:33
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.

Support interactive shells
1 participant