Docstedoctest warning only demo 2 - #4
Open
nhuet wants to merge 12 commits into
Open
Conversation
…ntation It will ease the transformation from the generic scheduling problem implentation to any scheduling specific problem which can already have hashable types. Doing so, we avoid needing mappings str -> Hashable.
nhuet
force-pushed
the
docstedoctest-warning-only-demo-2
branch
from
July 21, 2026 10:15
eefa5a9 to
ab060c0
Compare
- The doctest step always will be shown as successful. - Pytest output is still kept to be looked upon in doctest step. - Errors in doctest will be displayed as warnings in workflow summary. - A job summary is generated to have proper links to code and log (as default warnings links from github are not very meaningful) Some notes - step name is not available from within it => we need to pass it as an env variable - job name as generated per the matrix is not available from within the step, only th job id => we generate the name ourself and duplicate the generation in a env variable - we need the step number inside the job (number created during the job, taking into account preparation steps added by github) => we need to make agithub api request to find it, given the job name and the step name
- prune workflow of some steps/jobs - create errors in docstrings
nhuet
force-pushed
the
docstedoctest-warning-only-demo-2
branch
from
July 21, 2026 13:02
ab060c0 to
b6e5050
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.