[issue13953] Get rid of doctests in packaging.tests.test_version

Éric Araujo report at bugs.python.org
Wed Feb 8 17:46:59 CET 2012


Éric Araujo <merwok at netwok.org> added the comment:

The interesting line is just after the string:

  doctest.script_from_examples(comparison_doctest_string)

However it looks like there has been a problem with that line, as you can’t get the test to fail, which is strange as I did use that doctest to check #11841!  Instead of using time to figure out doctest antics, I will just use good old reliable integrated unittest.

----------
assignee: tarek -> eric.araujo
title: test_packaging: unused test? -> Get rid of doctests in packaging.tests.test_version
versions: +3rd party

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


More information about the Python-bugs-list mailing list