TST/DOC: set up doctesting - #921
Merged
Merged
Conversation
fbourgey
marked this pull request as draft
August 13, 2026 18:00
fbourgey
marked this pull request as ready for review
August 13, 2026 18:12
Contributor
Author
|
cc @lucascolley |
lucascolley
self-requested a review
August 13, 2026 20:32
Member
|
aha, thanks for working on this! There are some merge conflicts now, sorry, bad timing with a big refactor. Let me know if you have any trouble resolving them. |
lucascolley
removed their request for review
August 15, 2026 15:14
ev-br
reviewed
Aug 16, 2026
fbourgey
force-pushed
the
doctest
branch
2 times, most recently
from
August 17, 2026 18:07
484ca6e to
7ad199d
Compare
Contributor
Author
@lucascolley I think the conflicts are fixed now. |
lucascolley
self-requested a review
August 21, 2026 22:45
lucascolley
requested changes
Aug 23, 2026
lucascolley
left a comment
Member
There was a problem hiding this comment.
thanks Florian, this is awesome!
lucascolley
self-requested a review
August 25, 2026 12:25
lucascolley
approved these changes
Aug 25, 2026
Member
|
@all-contributors please add @ev-br for review |
lucascolley
enabled auto-merge (squash)
August 25, 2026 13:34
Contributor
|
I've put up a pull request to add @ev-br! 🎉 |
Member
|
@all-contributors please add @fbourgey for tool |
Contributor
|
I've put up a pull request to add @fbourgey! 🎉 |
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.
Closes #397
This PR tries to set up doctesting using scipy_doctest. I had to fixed a couple of doc examples for
pixi run docteststo pass.I worked with Codex on this, notably the
conftest.py.