Commits
Click on a commit to change the comparison rangefix: Require macros feature for ordered_float tests
The tests make use of the py_run macro which is only available with the
macros feature enabled. Allow ordered_float tests to run without macros
Replace the py_run macro with a local function offering a simplified but
sufficient functionality Format ordered float tests Remove unnecessary all in cfg(all(test)) attribute