Pass information is now available! ๐
mmiller-max opened this issue ยท 2 comments
mmiller-max commented
As of 1.7:
julia> a = 1
1
julia> @test a == 1
Test Passed
Expression: a == 1
Evaluated: 1 == 1
So we can now include this information in test reports.
toollu commented
Any plan/guidance to implement this? Would be lovely to have.
mmiller-max commented
Thanks for the reminder, I might be able to take a look at this later in the week. If you'd like to give it a go, this method needs updating (for 1.7 and later) to use the information in the Pass
object
Lines 221 to 224 in e170f9d