Skip to content

Fixing unit tests that were causing problems on the test servers#806

Merged
kmvanbrunt merged 2 commits intomasterfrom
fix_tests
Nov 13, 2019
Merged

Fixing unit tests that were causing problems on the test servers#806
kmvanbrunt merged 2 commits intomasterfrom
fix_tests

Conversation

@kmvanbrunt
Copy link
Copy Markdown
Member

Fixes #797

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 13, 2019

Codecov Report

Merging #806 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #806      +/-   ##
=========================================
+ Coverage   97.28%   97.3%   +0.02%     
=========================================
  Files          14      14              
  Lines        3493    3493              
=========================================
+ Hits         3398    3399       +1     
+ Misses         95      94       -1
Impacted Files Coverage Δ
cmd2/utils.py 97.85% <0%> (+0.35%) ⬆️

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 2e8779f...d33c2dc. Read the comment docs.

tleonhardt
tleonhardt previously approved these changes Nov 13, 2019
# Put the new process into a separate group so signals sent to it won't interfere with this process
if sys.platform.startswith('win'):
command = 'dir'
command = 'timeout -t -1 /nobreak'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic work fixing some unreliable tests which have been giving us grief for a long time!

@kmvanbrunt kmvanbrunt merged commit 2cf4d87 into master Nov 13, 2019
@kmvanbrunt kmvanbrunt deleted the fix_tests branch November 13, 2019 01:16
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.

AppVeyor windows tests get stuck by random keyboard interrupts

2 participants