| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good, thanks! The All required checks pass failed for some reason so I'm just gonna merge main to trigger a new run..
Sorry, something went wrong.
|
Thanks @loic-simon for the PR, and @tomasr8 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, something went wrong.
|
GH-143260 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
…143244) Full coverage for _pyrepl._module_completer Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
| Back | FazBrowse Home | New Git URL |
(split from #140871 as recommanded by @tomasr8)
Add a few tests to get the coverage rate of _pyrepl._module_completer to ~100%:
The only statement left is the import under if TYPE_CHECKING, as expected.