catch2/tests
Ian Bell 53ddf37af4
Use Catch::StringMaker for output in WithinRelMatcher (#2846)
The WithinRelMatcher does not listen to the precision specification; it just naively pipes to stringstream. If you specify the precision, that has no impact on the outputted values when the match fails.

This fix makes the WithinRelMatcher listen to the precision (https://github.com/catchorg/Catch2/blob/devel/docs/tostring.md#floating-point-precision) specified by: Catch::StringMaker<float>::precision
2024-04-15 13:35:39 +02:00
..
ExtraTests Specify minimum C++ version for amalgamated test build 2024-03-13 21:12:59 +01:00
SelfTest Use Catch::StringMaker for output in WithinRelMatcher (#2846) 2024-04-15 13:35:39 +02:00
TestScripts Allow CATCH_CONFIG_DEFAULT_REPORTER to be arbitrary reporter spec 2024-03-27 10:03:51 +01:00
CMakeLists.txt Stop repeating conditional in endif() 2024-03-12 22:55:12 +01:00
meson.build Add helpers for implementing uniform integer distribution 2023-12-10 19:53:36 +01:00