-
Notifications
You must be signed in to change notification settings - Fork 137
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 find_python_executable error #331
Fix find_python_executable error #331
Conversation
I can add tests for those exceptions and error messages if 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.
Thanks! Comments inline.
Yes, one or two tests of handling bad cases would be good. It doesn't need to be exhaustive, and I try to avoid testing the precise wording of human-readable error messages.
Thanks - are you still interested in restoring the |
Hey, yeah I'll add it in tonight if that's okay? Been a bit busy the past couple of days |
That's fine, just checking you were still aware of it :-)
…On Wed, 1 Apr 2020, 18:33 Edward Knight, ***@***.***> wrote:
Hey, yeah I'll add it in tonight if that's okay? Been a bit busy the past
couple of days
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#331 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQB5MEHGTYQYCYZGXCOA3RKN3HBANCNFSM4LVW63DQ>
.
|
Will have to postpone till tomorrow, apologies! |
I'll have some time on the weekend to add in the tests hopefully :) |
Thanks, that looks good. |
Fixes #330
I also took the liberty of adding type hints.
Behaviour before:
Behaviour after: