gecko-dev/testing/mozharness/test
Armen Zambrano Gasparnian 9bad2fd425 Bug 1272083 - Download and unpacking should be performed in process. r=gps
Instead of downloading a file first and then unpacking it, we would like to
fetch it into memory and then unpacking directly from there.

This saves writing the file first to disk, thus, saving on IO.

MozReview-Commit-ID: JdNGnxIYEvy

--HG--
extra : rebase_source : 73c280fd23f3066d04dd3af07ac443db77dfd6d0
2016-08-25 11:04:16 -04:00
..
helper_files Backed out 2 changesets (bug 1258539) for winxp pgo talos g2 permafail a=backout CLOSED TREE 2016-08-05 14:04:56 -07:00
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 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 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.