gecko-dev/testing/mozharness/test
Henrik Skupin a96b6591d4 Bug 1258539 - [mozharness] Use ZipFile and TarFile classes for unpacking archives. r=jlund
Get rid of external unpack tools (unzip and tar) and use the Python internal classes instead.
This patch only changes this behavior for the base script class but not for custom code in other
test scripts and modules, which would make it too complex. A follow-up bug will be filed instead.

MozReview-Commit-ID: L0eoITlqTdC

--HG--
extra : rebase_source : c8bb3447bece192d6d8cbf3f505f840ec2843112
2016-01-18 19:50:26 +01:00
..
helper_files Bug 1258539 - [mozharness] Use ZipFile and TarFile classes for unpacking archives. r=jlund 2016-01-18 19:50:26 +01:00
hgrc
pip-freeze.example.txt Backed out changeset 200da85932e9 (bug 1230862) for valgrind perma failures 2016-02-10 11:04:50 +01:00
README
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 1258539 - [mozharness] Use ZipFile and TarFile classes for unpacking archives. r=jlund 2016-01-18 19:50:26 +01: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

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