Sign in
chromium
/
external
/
github.com
/
Pylons
/
webtest
/
refs/heads/six
/
.
/
docs
/
index_fixt.py
blob: b5b4c3ffb4a29179b558e69c046891be05047b65 [
file
] [
edit
]
# -*- coding: utf-8 -*-
from
doctest
import
ELLIPSIS
def
setup_test
(
test
):
for
example
in
test
.
examples
:
example
.
options
.
setdefault
(
ELLIPSIS
,
1
)
setup_test
.
__test__
=
False