For now I don't think it is good idea to add whole dependency only because of single simple function.
I've just added same functionality in yata::helpers::assert_eq_float and yata::helpers::assert_neq_float. All the tests are also refactored using this functions.
For now I don't think it is good idea to add whole dependency only because of single simple function. I've just added same functionality in
yata::helpers::assert_eq_float
andyata::helpers::assert_neq_float
. All the tests are also refactored using this functions.