Python
Python copied to clipboard
Feature: improve branch coverage
Describe your change:
closes #6020 Please see issue:
- [x] Fix a bug or typo in an existing algorithm?
- [x] Documentation change?
Checklist:
- [x] I have read CONTRIBUTING.md.
- [x] This pull request is all my own work -- I have not plagiarized.
- [x] I know that pull requests will not be merged if they fail the automated tests.
- [x] All new Python files are placed inside an existing directory.
- [x] All filenames are in all lowercase characters with no spaces or dashes.
- [x] All functions and variable names follow Python naming conventions.
- [x] All function parameters and return values are annotated with Python type hints.
- [x] All functions have doctests that pass the automated testing.
- [x] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
- [x] If this pull request resolves one or more open issues then the commit message contains
Fixes: #{$ISSUE_NO}
.
Please fix the build checks.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
All checks fail?
Nice work.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Let's fix the tests? - this would be great to have
I agree! I will not have time unfortunately :(. But there are two tests that are failing according to the report. ================ 2 failed, 1117 passed, 108 warnings in 32.80s =================
Yes, but maintainers do not have the edit permission, so if you could please fix those 2 issues
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
In preparation for that denial-of-service attack that is Hacktoberfest, I am closing all pull requests that have failing tests.