[issue41785] Unittest do not support datatime for AlmostEqual method
Hildo Guillardi Júnior added the comment: Thanks. -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue41785> ___ __
[issue41785] Unittest do not support datatime for AlmostEqual method
New submission from Hildo Guillardi Júnior : I am running a test `self.assertAlmostEqual(date1, date2, 6)` and getting the result: ERROR: test_datetime_linspace (__main__.TestFunctions) Check the linspace object output type and delta between them