gecko-dev/testing/mozharness/test
Gregory Szorc ca394488d5 Bug 1330837 - Remove functionality to apply and push; r=aki
Tests based on this code fail in Mercurial 3.8+ due to `hg rebase`
changing its behavior for selecting default revisions. I was going
to update the code to work with 3.8+. However, I could find no actual
consumers of this method! Annotate says this was added back in
mozharness 0.4. However, I can't find a reason for it being added.
Nor can I find any consumers of this method in the mozharness repo
outside the tests. This smells like dead code to me.

MozReview-Commit-ID: 3Q6MTjQJT1p

--HG--
extra : rebase_source : 2c488b70136bc9856f6075297d7c32e3b69079ad
2017-04-11 14:23:00 -07:00
..
helper_files
README
hgrc
pip-freeze.example.txt
test_base_config.py
test_base_diskutils.py
test_base_log.py
test_base_parallel.py
test_base_python.py
test_base_script.py Bug 1272083 - Download and unpacking should be performed in process. r=gps 2016-08-25 11:04:16 -04:00
test_base_transfer.py
test_base_vcs_mercurial.py Bug 1330837 - Remove functionality to apply and push; r=aki 2017-04-11 14:23:00 -07:00
test_l10n_locales.py
test_mozilla_blob_upload.py
test_mozilla_buildbot.py
test_mozilla_merkle.py Bug 1342974 - Add code to generate a Merkle tree summary of a release r=arroway,catlee 2017-02-27 12:56:42 -05:00
test_mozilla_release.py
test_mozilla_signed_certificate_timestamp.py Bug 1346359 - Script to submit transparency certs to CT r=rail 2017-03-10 17:48:37 -05:00

README

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