-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Exit bug #102
Exit bug #102
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #102 +/- ##
==========================================
- Coverage 96.57% 96.14% -0.43%
==========================================
Files 2 2
Lines 204 207 +3
Branches 24 25 +1
==========================================
+ Hits 197 199 +2
Misses 5 5
- Partials 2 3 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
>>> get_input_standard(test_keyboard_interrupt) | ||
Traceback (most recent call last): | ||
... | ||
SystemExit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also have EXIT_MESSAGE
content here?
That's not a big deal, just to make sure everything is tested as much as possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than that, it's good. If you don't think adding such a thing is necessary you can merge it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test system behavior is a bit weird here. I think it's because of the sys.exit()
.
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?