-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doctest_fix: try setting fixed default terminal size #4171
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4171 +/- ##
==========================================
+ Coverage 84.68% 84.69% +0.01%
==========================================
Files 628 628
Lines 84471 84581 +110
==========================================
+ Hits 71533 71636 +103
- Misses 12938 12945 +7
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea and seems sensible to me, but I have not (yet) tested it myself.
I just tried this and
(It also adds stacktraces to several intentional errors.) |
I only touched the |
Oh, sorry, my mistake. |
I can confirm that |
Thank you @benlorenz ! I didn't try it, yet, but I will eventually. |
I added the environment variables to build_doc as well. Running the whole docs with |
Thank you! Works on my machine. |
These should be the correct defaults, I tried this with a few functions and it did not modify the output.
Would be great if someone else could try as well!
cc: @HechtiDerLachs