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

Fix test that is unreliable on Windows. #34

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

christian-monch
Copy link
Contributor

Fixes #32

This PR extends the return code check in test_returncode_available_from_generator_with_exception to include the return code from termination on a Windows system.

This commit extends the return code check
in `test_returncode_available_from_generator_with_exception`
to include the return code from termination
on a Windows system.

This commit should fix issue datalad#32
<datalad#32>
@christian-monch christian-monch requested a review from mih as a code owner July 2, 2024 10:21
Copy link

codeclimate bot commented Jul 2, 2024

Code Climate has analyzed commit e87f37b and detected 0 issues on this pull request.

View more on Code Climate.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.00%. Comparing base (e6e071f) to head (e87f37b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #34   +/-   ##
=======================================
  Coverage   98.00%   98.00%           
=======================================
  Files          19       19           
  Lines         652      652           
  Branches      118      118           
=======================================
  Hits          639      639           
  Misses          7        7           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@mih mih left a comment

Choose a reason for hiding this comment

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

Thanks

@mih mih merged commit 1266a9d into datalad:main Jul 11, 2024
5 checks passed
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.

test_returncode_available_from_generator_with_exception unreliable on windows
3 participants