Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 414475 | Differences between
and this patch

Collapse All | Expand All

(-) (+10 lines)
Added Link Here
1
# -*- coding: utf-8 -*-
2
from doctest import ELLIPSIS
3
4
5
def setup_test(test):
6
    for example in test.examples:
7
        example.options.setdefault(ELLIPSIS, 1)
8
9
setup_test.__test__ = False
10

Return to bug 414475