[Updated] D8618: tests: adjust to the new format in pyflakes output
av6 (Anton Shestakov)
phabricator at mercurial-scm.org
Tue Jun 9 10:10:24 UTC 2020
Closed by commit rHG3d409f4ff46b: tests: adjust to the new format in pyflakes output (authored by av6).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8618?vs=21571&id=21579
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8618/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8618
AFFECTED FILES
tests/test-check-pyflakes.t
CHANGE DETAILS
diff --git a/tests/test-check-pyflakes.t b/tests/test-check-pyflakes.t
--- a/tests/test-check-pyflakes.t
+++ b/tests/test-check-pyflakes.t
@@ -9,7 +9,7 @@
> print(undefinedname)
> EOF
$ $PYTHON -m pyflakes test.py 2>/dev/null | "$TESTDIR/filterpyflakes.py"
- test.py:1: undefined name 'undefinedname'
+ test.py:1:* undefined name 'undefinedname' (glob)
$ cd "`dirname "$TESTDIR"`"
@@ -21,8 +21,8 @@
> -X mercurial/thirdparty/zope \
> 2>/dev/null \
> | xargs $PYTHON -m pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
- contrib/perf.py:*: undefined name 'xrange' (glob) (?)
- mercurial/hgweb/server.py:*: undefined name 'reload' (glob) (?)
- mercurial/util.py:*: undefined name 'file' (glob) (?)
- mercurial/encoding.py:*: undefined name 'localstr' (glob) (?)
+ contrib/perf.py:*:* undefined name 'xrange' (glob) (?)
+ mercurial/hgweb/server.py:*:* undefined name 'reload' (glob) (?)
+ mercurial/util.py:*:* undefined name 'file' (glob) (?)
+ mercurial/encoding.py:*:* undefined name 'localstr' (glob) (?)
To: av6, #hg-reviewers, mjacob, pulkit
Cc: mjacob, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200609/b796f6d9/attachment-0002.html>
More information about the Mercurial-patches
mailing list