| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead. |
Sorry, something went wrong.
There was a problem hiding this comment.
Would you like to extend the test to test float, and integer too?
And also for false tests for 'str' or something other types?
Looks like there is no explicit test for this API :)
Sorry, something went wrong.
Co-authored-by: Donghee Na <donghee.na92@gmail.com>
Co-authored-by: Donghee Na <donghee.na92@gmail.com>
| @@ -0,0 +1 @@ | |||
| Add a C API test for the PyNumber_Check function. | |||
There was a problem hiding this comment.
And please remove this file too :)
Sorry, something went wrong.
Co-authored-by: Donghee Na <donghee.na92@gmail.com>
There was a problem hiding this comment.
lgtm!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add coverage test for number check
Thanks to @corona10 for helping out!