[issue19412] Add a test.support decorator for tests that require C level docstrings

Tim Peters report at bugs.python.org
Sat Oct 26 19:53:50 CEST 2013


Tim Peters added the comment:

Think this is related to why the FreeBSD default buildbot is always failing now?

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/5619/steps/test/logs/stdio

Like:

File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_generators.py", line ?, in test.test_generators.__test__.email
Failed example:
    print(i.__next__.__doc__ if HAVE_DOCSTRINGS else 'x.__next__() <==> next(x)')
Expected:
    x.__next__() <==> next(x)
Got:
    <BLANKLINE>

I have no idea what HAVE_DOCSTRINGS is all about, alas :-(

----------
nosy: +tim.peters

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


More information about the Python-bugs-list mailing list