All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
exactly(value, expected)
checking if a value is equal to the expected one. This behaves similarly toassertEqual()
. It also evaluates NaN == NaN as True for practical reasons (details in function docs).- Parameter
ex
to all functions to customise the exception type. Defaults toRangeError
, thus keeping backwards compatibility, but the user can choose to useValueError
,OverflowError
,FileNotFoundError
or any other custom exception class.
Initial version.