gecko-dev/testing/mozharness/test
Gregory Szorc 802fda3e66 Bug 1270317 - Use robustcheckout extension for checking out Mercurial repos; r=jlund
Functionality for doing an optimal clone/pull+share+purge+update is now
implemented in the robustcheckout extension so it can be implemented in one
place and used by all the various tools needing to perform a "robust"
checkout using optimal practices.

This commit switches the MercurialVCS to use it.

Functionality for interfacing with shared repos and associated tests have
been removed because this is all implemented and tested in robustcheckout.

Various other tests have also been removed because they are redundant with
tests in the robustcheckout extension.

MozReview-Commit-ID: FGvmSHKM5e0

--HG--
extra : rebase_source : 8f31a1e79d448478fa63b17582313409ac06fe69
extra : histedit_source : 3031dd8f83b0c64abc110252fd270f1917168663
2016-05-16 16:56:14 -07:00
..
helper_files
README
hgrc
pip-freeze.example.txt Backed out changeset 200da85932e9 (bug 1230862) for valgrind perma failures 2016-02-10 11:04:50 +01:00
test_base_config.py
test_base_diskutils.py
test_base_log.py
test_base_parallel.py
test_base_python.py Backed out changeset 200da85932e9 (bug 1230862) for valgrind perma failures 2016-02-10 11:04:50 +01:00
test_base_script.py bug 1244781 - mozharness has 3 post_run listeners now. r=jlund 2016-02-02 14:11:05 -05:00
test_base_transfer.py
test_base_vcs_mercurial.py Bug 1270317 - Use robustcheckout extension for checking out Mercurial repos; r=jlund 2016-05-16 16:56:14 -07:00
test_l10n_locales.py
test_mozilla_blob_upload.py
test_mozilla_buildbot.py
test_mozilla_release.py Bug 1210539 - Add "updates" builder to release promotion task r=jlund DONTBUILD a=release 2016-02-19 12:53:03 -08:00

README

test/           : non-network-dependent unit tests
test/networked/ : network-dependent unit tests.