Make expect_range()
and chk_range()
consistent
#28
Labels
Milestone
expect_range()
and chk_range()
consistent
#28
Currently
expect_range()
has a...
argument which lets the user supply allowable point values lying outside the [min, max] interval. There is no reason whychk_range()
shouldn't do the same thing.If we do this and #27, we can consolidate
value-expectations
withchk-expect
The text was updated successfully, but these errors were encountered: