gecko-dev/testing/mozharness/test
Mitchell Hentges e389cc4cc4 Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky
Python 3 has access to `unittest.mock` in the standard library.

Differential Revision: https://phabricator.services.mozilla.com/D117073
2021-06-14 15:34:46 +00:00
..
helper_files
README
hgrc
pip-freeze.example.txt
test_base_config.py Bug 1681096 - python3 - pylint --py3k - W1618: from __future__ import absolute_import r=perftest-reviewers,jmaher 2020-12-14 17:50:17 +00:00
test_base_diskutils.py Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
test_base_log.py Bug 1681096 - python3 - pylint --py3k - W1618: from __future__ import absolute_import r=perftest-reviewers,jmaher 2020-12-14 17:50:17 +00:00
test_base_parallel.py Bug 1681096 - python3 - pylint --py3k - W1618: from __future__ import absolute_import r=perftest-reviewers,jmaher 2020-12-14 17:50:17 +00:00
test_base_python.py Bug 1681096 - python3 - pylint --py3k - W1618: from __future__ import absolute_import r=perftest-reviewers,jmaher 2020-12-14 17:50:17 +00:00
test_base_script.py Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
test_base_vcs_mercurial.py Bug 1681096 - python3 - pylint --py3k - W1618: from __future__ import absolute_import r=perftest-reviewers,jmaher 2020-12-14 17:50:17 +00:00
test_l10n_locales.py Bug 1714684: Remove usages of vendored "mock" library r=perftest-reviewers,ahal,sparky 2021-06-14 15:34:46 +00:00
test_mozilla_automation.py Bug 1681096 - python3 - pylint --py3k - W1618: from __future__ import absolute_import r=perftest-reviewers,jmaher 2020-12-14 17:50:17 +00:00
test_mozilla_building_buildbase.py Bug 1681096 - python3 - pylint --py3k - W1618: from __future__ import absolute_import r=perftest-reviewers,jmaher 2020-12-14 17:50:17 +00:00
test_mozilla_merkle.py Bug 1681096 - python3 - pylint --py3k - W1618: from __future__ import absolute_import r=perftest-reviewers,jmaher 2020-12-14 17:50:17 +00:00
test_mozilla_structured.py Bug 1681096 - python3 - pylint --py3k - W1618: from __future__ import absolute_import r=perftest-reviewers,jmaher 2020-12-14 17:50:17 +00:00

README

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