gecko-dev/testing/mozbase/manifestparser/tests
Rob Wu 0e858ea76c Bug 1498636 - Separate "include" variables from manifest defaults r=ahal
Test manifests may be included by multiple other manifests, optionally
with additional variables below the `[include:...]` section header.
These additional variables are specific to the manifest that contained
the "include" section, and should not inadvertently be shared with other
manifests that also happen to include this manifest.

To achieve that, store the defaults for included manifests in a (path to
parent manifest, path to included manifest) tuple instead of just the
included manifest.

Differential Revision: https://phabricator.services.mozilla.com/D18086

--HG--
extra : moz-landing-system : lando
2019-02-07 15:10:25 +00:00
..
include
parent
verifyDirectory
comment-example.ini
default-skipif.ini
default-suppfiles.ini
filter-example.ini
fleem
include-example.ini
include-invalid.ini
just-defaults.ini
manifest.ini
missing-path.ini
mozmill-example.ini
mozmill-restart-example.ini
no-tests.ini
path-example.ini
relative-path.ini
subsuite.ini
test_chunking.py
test_convert_directory.py
test_convert_symlinks.py
test_default_overrides.py
test_expressionparser.py
test_filters.py
test_manifestparser.py Bug 1498636 - Separate "include" variables from manifest defaults r=ahal 2019-02-07 15:10:25 +00:00
test_read_ini.py
test_testmanifest.py