tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test.rst (674B)


      1 Test Transforms
      2 ===============
      3 
      4 Test descriptions specify how to run a unittest or talos run.  They aim to
      5 describe this abstractly, although in many cases the unique nature of
      6 invocation on different platforms leaves a lot of specific behavior in the test
      7 description, divided by ``by-test-platform``.
      8 
      9 Test descriptions are validated to conform to the schema in
     10 ``taskcluster/gecko_taskgraph/transforms/test/__init__.py``.  This schema is
     11 extensively documented and is a the primary reference for anyone modifying
     12 tests.
     13 
     14 The output of ``tests.py`` is a task description.  Test dependencies are
     15 produced in the form of a dictionary mapping dependency name to task label.