gecko-dev/testing/xpcshell
Alex Lopez 77ce415604 Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo
This step removes all the dependencies of mach commands to
having a MachCommandBase as the `self` by using the `command_context`
argument instead. This also removes any remaining statefulness from those
classes that implement mach commands, ultimately making it easier to move
existing commands out of classes in a follow-up.

Differential Revision: https://phabricator.services.mozilla.com/D118058
2021-07-19 16:04:25 +00:00
..
dns-packet Bug 1684038 - Add new SVCParam: ODoHConfig r=necko-reviewers,dragana 2021-01-22 12:59:24 +00:00
example Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
moz-http2 Bug 1720648 - Make necko work with neqo 0.4.28, r=nhnt11 2021-07-15 19:19:55 +00:00
node-http2
node-ip
odoh-wasm Bug 1698017 - Update ODoH to draft 06, r=necko-reviewers,dragana 2021-05-10 20:12:09 +00:00
README Bug 1691638 Corrects XPCShell documentation website r=gbrown DONTBUILD 2021-02-09 19:44:44 +00:00
dbg-actors.js
head.js Bug 1515695 - Remove Task.jsm. r=florian,jdescottes 2021-06-17 08:28:02 +00:00
mach_commands.py Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo 2021-07-19 16:04:25 +00:00
mach_test_package_commands.py Bug 1696251 - Replace self with command_context where possible in existing mach commands. r=mhentges,webdriver-reviewers,perftest-reviewers,whimboo 2021-07-19 16:04:25 +00:00
moz.build Bug 1699294 - add 'mach generate-test-certs' command to generate test certificate and key artifacts r=glandium 2021-04-14 22:24:11 +00:00
remotexpcshelltests.py Bug 1567341 - Run xpcshell-test in a service on Android. r=firefox-build-system-reviewers,mhentges 2021-03-24 21:49:39 +00:00
runxpcshelltests.py Bug 1654507 - Part1: Plumbing for setting ech config, r=necko-reviewers,dragana 2021-07-13 09:24:25 +00:00
selftest.py Bug 1696531 - [xpcshell] Fix Python 3 error in selftest.py, r=bhearsum 2021-05-18 18:35:27 +00:00
xpcshellcommandline.py Bug 1567341 - Add --no-install to xpcshell-test for Android. r=firefox-build-system-reviewers,nalexander 2021-03-24 21:49:37 +00:00

README

Simple xpcshell-based test harness

converted from netwerk/test/unit

Some documentation at https://developer.mozilla.org/en-US/docs/Mozilla/QA/Writing_xpcshell-based_unit_tests
See also http://wiki.mozilla.org/SoftwareTesting:Tools:Simple_xpcshell_test_harness