[Updated] D12036: test-http-bad-server: move the extension in `testlib`

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Tue Jan 25 09:17:40 UTC 2022


Closed by commit rHG089cb4d6af5a: test-http-bad-server: move the extension in `testlib` (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D12036?vs=31739&id=31912

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D12036/new/

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

AFFECTED FILES
  tests/badserverext.py
  tests/test-check-code.t
  tests/test-http-bad-server.t
  tests/testlib/badserverext.py

CHANGE DETAILS

diff --git a/tests/badserverext.py b/tests/testlib/badserverext.py
rename from tests/badserverext.py
rename to tests/testlib/badserverext.py
diff --git a/tests/test-http-bad-server.t b/tests/test-http-bad-server.t
--- a/tests/test-http-bad-server.t
+++ b/tests/test-http-bad-server.t
@@ -30,7 +30,7 @@
 
   $ cat > .hg/hgrc << EOF
   > [extensions]
-  > badserver = $TESTDIR/badserverext.py
+  > badserver = $TESTDIR/testlib/badserverext.py
   > [server]
   > compressionengines = none
   > EOF
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
@@ -33,7 +33,7 @@
   Skipping contrib/packaging/hgpackaging/wix.py it has no-che?k-code (glob)
   Skipping i18n/polib.py it has no-che?k-code (glob)
   Skipping mercurial/statprof.py it has no-che?k-code (glob)
-  Skipping tests/badserverext.py it has no-che?k-code (glob)
+  Skipping tests/testlib/badserverext.py it has no-che?k-code (glob)
 
 @commands in debugcommands.py should be in alphabetical order.
 



To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220125/80bd8dfd/attachment-0002.html>


More information about the Mercurial-patches mailing list