-
-
Notifications
You must be signed in to change notification settings - Fork 44
PR: Don’t assume Python is called python in tests
#77
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
PR: Don’t assume Python is called python in tests
#77
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #77 +/- ##
=======================================
Coverage 92.20% 92.20%
=======================================
Files 12 12
Lines 577 577
=======================================
Hits 532 532
Misses 45 45 ☔ View full report in Codecov by Sentry. |
ccordoba12
left a comment
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 @musicinmybrain for your contribution!
python in tests
|
@musicinmybrain, please check our linting workflow to report the error reported by it and make our tests pass. |
14fbbfb to
5278255
Compare
Use sys.executable instead.
5278255 to
97a70c9
Compare
ccordoba12
left a comment
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.
Looks good to me now, thanks @musicinmybrain!
|
Thanks for the quick review! |
python in testspython in tests
Use
sys.executableinstead.