[PATCH] tests: rename 'test-module-import.t' into 'test-check-module-import.t'

Pierre-Yves David pierre-yves.david at ens-lyon.org
Sat Feb 27 16:42:45 UTC 2016


# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at fb.com>
# Date 1456590683 -3600
#      Sat Feb 27 17:31:23 2016 +0100
# Node ID 863595c88228fdcc35627acf2ac983e60473cc36
# Parent  41dcd754526612c43b9695df8851557c851828ef
# Available At http://hg.netv6.net/marmoute-wip/mercurial/
#              hg pull http://hg.netv6.net/marmoute-wip/mercurial/ -r 863595c88228
tests: rename 'test-module-import.t' into 'test-check-module-import.t'

This test is checking our source code to ensure style and correct behavior (eg:
no cycle). Current convention is that such tests starts with 'test-check-' so we
flock this on back with the others.

diff --git a/tests/test-module-imports.t b/tests/test-check-module-imports.t
rename from tests/test-module-imports.t
rename to tests/test-check-module-imports.t


More information about the Mercurial-devel mailing list