tests/test-check-pytype.t
changeset 48477 79b904313357
parent 48474 abac7983d28e
child 48478 3444e0b39c30
equal deleted inserted replaced
48476:19e6446cea11 48477:79b904313357
    11 
    11 
    12 mercurial/bundlerepo.py       # no vfs and ui attrs on bundlerepo
    12 mercurial/bundlerepo.py       # no vfs and ui attrs on bundlerepo
    13 mercurial/chgserver.py        # [attribute-error]
    13 mercurial/chgserver.py        # [attribute-error]
    14 mercurial/cmdutil.py          # No attribute 'markcopied' on mercurial.context.filectx [attribute-error]
    14 mercurial/cmdutil.py          # No attribute 'markcopied' on mercurial.context.filectx [attribute-error]
    15 mercurial/context.py          # many [attribute-error]
    15 mercurial/context.py          # many [attribute-error]
    16 mercurial/copies.py           # No attribute 'items' on None [attribute-error]
       
    17 mercurial/crecord.py          # tons of [attribute-error], [module-attr]
    16 mercurial/crecord.py          # tons of [attribute-error], [module-attr]
    18 mercurial/debugcommands.py    # [wrong-arg-types]
    17 mercurial/debugcommands.py    # [wrong-arg-types]
    19 mercurial/dispatch.py         # initstdio: No attribute ... on TextIO [attribute-error]
    18 mercurial/dispatch.py         # initstdio: No attribute ... on TextIO [attribute-error]
    20 mercurial/exchange.py         # [attribute-error]
    19 mercurial/exchange.py         # [attribute-error]
    21 mercurial/hgweb/hgweb_mod.py  # [attribute-error], [name-error], [wrong-arg-types]
    20 mercurial/hgweb/hgweb_mod.py  # [attribute-error], [name-error], [wrong-arg-types]
    55   $ pytype -V 3.6 --keep-going --jobs auto mercurial \
    54   $ pytype -V 3.6 --keep-going --jobs auto mercurial \
    56   >    -x mercurial/bundlerepo.py \
    55   >    -x mercurial/bundlerepo.py \
    57   >    -x mercurial/chgserver.py \
    56   >    -x mercurial/chgserver.py \
    58   >    -x mercurial/cmdutil.py \
    57   >    -x mercurial/cmdutil.py \
    59   >    -x mercurial/context.py \
    58   >    -x mercurial/context.py \
    60   >    -x mercurial/copies.py \
       
    61   >    -x mercurial/crecord.py \
    59   >    -x mercurial/crecord.py \
    62   >    -x mercurial/debugcommands.py \
    60   >    -x mercurial/debugcommands.py \
    63   >    -x mercurial/dispatch.py \
    61   >    -x mercurial/dispatch.py \
    64   >    -x mercurial/exchange.py \
    62   >    -x mercurial/exchange.py \
    65   >    -x mercurial/hgweb/hgweb_mod.py \
    63   >    -x mercurial/hgweb/hgweb_mod.py \