Closed t-bltg closed 2 years ago
This PR would be much better if it was broken into two. One which supports ImageInTerminals v0.5 and updates all reference images and one containing all other changes.
This PR would be much better if it was broken into two.
Agreed, will split (EDIT: see https://github.com/JuliaTesting/ReferenceTests.jl/pull/118).
Maybe we'd just switch to XTermColors.ascii_show
? For test utils like ReferenceTests, it actually doesn't make much sense to override the default display or Base.show
methods -- it might have unexpected side-effects. For instance, if people use Documenter.doctest
in test/runtests.jl
, it will be ruined.
Maybe we'd just switch to XTermColors.ascii_show
This is very clever and benefits from the rework / splitting of ImageInTerminal
0.5
(credits to @johnnychen94 for the big picture):
ImageInTerminal
side effects e.g. overriding Base.show
;@t-bltg let me know when you're ready for ReferenceTests v0.10 release.
When you want, so that we can go forward on https://github.com/JuliaImages/ImageInTerminal.jl/pull/71.
Fix https://github.com/JuliaTesting/ReferenceTests.jl/issues/116, all tests pass locally.
Needs https://github.com/JuliaImages/ImageInTerminal.jl/pull/71 and https://github.com/JuliaImages/XTermColors.jl/pull/8.
Ping @johnnychen94 for review, since I cannot request for a review here (not a member of
JuliaTesting
org).