gecko-dev/testing/mozharness/configs/unittests/thunderbird_extra.py

18 строки
355 B
Python

#####
config = {
"application": "thunderbird",
"minimum_tests_zip_dirs": [
"bin/*",
"certs/*",
"config/*",
"extensions/*",
"marionette/*",
"modules/*",
"mozbase/*",
"tools/*",
],
"all_mozmill_suites": {
"mozmill": ["--list=tests/mozmill/mozmilltests.list"],
},
}