[issue30822] Python implementation of datetime module is not being tested correctly.

Serhiy Storchaka report at bugs.python.org
Sun Jul 2 14:02:36 EDT 2017


Serhiy Storchaka added the comment:

The quick solution -- just deduplicate test classes.

But the code needs rewriting. Current code is tricky and fragile. It doesn't work with --list-cases (and I suppose it doesn't work well with other advanced unittest features). This would be not easy.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30822>
_______________________________________


More information about the Python-bugs-list mailing list