ds-test icon indicating copy to clipboard operation
ds-test copied to clipboard

Add assert approx and assert false

Open MerlinEgalite opened this issue 3 years ago • 1 comments

This PR has been opened to add 2 functionalities:

  • assertApproxEq: allows to do testing with an approximation given as input (to avoid small rounding errors).
  • assertFalse: The opposite of assertFalse for convenience.

It seems there is a duplicate PR for assertFalse here so we can just merge it and only add the commit for the assertApproxEq from this PR or simply just merge this PR 🙂

Thanks for you feedbacks!

MerlinEgalite avatar Feb 10 '22 10:02 MerlinEgalite

🥇

charlesndalton avatar Mar 19 '22 03:03 charlesndalton