Bug 1839831 - Convert marionette test manifests to TOML. r=aleca

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

--HG--
rename : mail/test/marionette/manifest.ini => mail/test/marionette/manifest.toml
rename : testing/marionette/unit-tests.ini => testing/marionette/unit-tests.toml
extra : moz-landing-system : lando
This commit is contained in:
Rob Lemley 2024-01-03 00:01:22 +00:00
Родитель d53db77ad2
Коммит f27f9eb40e
5 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1 +0,0 @@
[test_empty.py]

Просмотреть файл

@ -0,0 +1 @@
["test_empty.py"]

Просмотреть файл

@ -3,4 +3,4 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
MARIONETTE_UNIT_MANIFESTS += ["manifest.ini"] MARIONETTE_UNIT_MANIFESTS += ["manifest.toml"]

Просмотреть файл

@ -1,2 +0,0 @@
# mail tests
[include:../../mail/test/marionette/manifest.ini]

Просмотреть файл

@ -0,0 +1,2 @@
# mail tests
["include:../../mail/test/marionette/manifest.ini"]