How to test floats resoults with doctest?

Posted by malev on Stack Overflow See other posts from Stack Overflow or by malev
Published on 2010-03-11T20:58:47Z Indexed on 2010/03/11 21:19 UTC
Read the original article Hit count: 330

Filed under:
|
|

Hi I'm developing a program that makes some floating points calculus. is there any way to test the my functions (which deliver floats) with doctest?

© Stack Overflow or respective owner

Related posts about python

Related posts about doctest