D4984: tests: ensure the python 3 passing test list stays sorted

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Fri Oct 12 10:40:16 UTC 2018


durin42 created this revision.
Herald added subscribers: mercurial-devel, mjpieters.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4984

AFFECTED FILES
  tests/test-check-code.t

CHANGE DETAILS

diff --git a/tests/test-check-code.t b/tests/test-check-code.t
--- a/tests/test-check-code.t
+++ b/tests/test-check-code.t
@@ -63,3 +63,7 @@
   > mercurial/parsers.py \
   > mercurial/zstd.py
   [1]
+
+Keep python3 tests sorted:
+  $ sort < contrib/python3-whitelist > $TESTTMP/py3sorted
+  $ cmp contrib/python3-whitelist $TESTTMP/py3sorted || echo 'Please sort passing tests!'



To: durin42, #hg-reviewers
Cc: mjpieters, mercurial-devel


More information about the Mercurial-devel mailing list