changelog for new NUMBERS doctest option
This commit is contained in:
parent
2a23fdab9f
commit
d5cc0f2a62
1
AUTHORS
1
AUTHORS
|
@ -70,6 +70,7 @@ Danielle Jenkins
|
|||
Dave Hunt
|
||||
David Díaz-Barquero
|
||||
David Mohr
|
||||
David Paul Röthlisberger
|
||||
David Szotten
|
||||
David Vierra
|
||||
Daw-Ran Liou
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
New `NUMBER <https://docs.pytest.org/en/latest/doctest.html#using-doctest-options>`__
|
||||
option for doctests to ignore irrelevant differences in floating-point numbers.
|
||||
Inspired by Sébastien Boisgérault's `numtest <https://github.com/boisgera/numtest>`__
|
||||
extension for doctest.
|
Loading…
Reference in New Issue