2020-11-21 22:05:54 +08:00
|
|
|
Use strict equality comparison for non-numeric types in :func:`pytest.approx` instead of
|
|
|
|
raising :class:`TypeError`.
|
|
|
|
|
2020-09-28 23:17:23 +08:00
|
|
|
This was the undocumented behavior before 3.7, but is now officially a supported feature.
|