Fancier report printing #23
Closed
Seelengrab
started this conversation in
Design & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Printing the results of a
SuppositionReport
is currently pretty ugly and relies on Logging:Supposition.jl/src/testset.jl
Lines 260 to 284 in 5082b3f
It would be great to implement fancier printing here using StyledStrings.jl once it becomes available/registered.
The printing should:
Pass
broken=true
, ensure that this is communicated as a failure (which it's also reported as to the parentAbstractTestSet
)Fail
broken=true
, this should be reported as known-broken, not passing or failingError
broken=true
, this should be reported as known-broken, not passing or erroringBeta Was this translation helpful? Give feedback.
All reactions