Check whether an Expect value passed
Returns true if x is a
VExpect Expect_pass value (i.e. an expect_*
comparison that succeeded). Useful for explicit checks alongside
assert().
Expect): The Expect value to
inspect.True if x is a passing Expect value.
assert(expect_pass(expect_equal(a, b)))