# This Source Code Form is subject to the terms of the Mozilla Public # 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/.
"""
Tests for the 'job' transform subsystem. """
import os from copy import deepcopy
import pytest from mozunit import main from taskgraph.config import load_graph_config from taskgraph.transforms.base import TransformConfig
from gecko_taskgraph import GECKO from gecko_taskgraph.test.conftest import FakeParameters from gecko_taskgraph.transforms import job from gecko_taskgraph.transforms.job import run_task # noqa: F401 from gecko_taskgraph.transforms.task import group_name_variant
@pytest.fixture() def transform(monkeypatch, config): """Run the job transforms on the specified task but return the inputs to
`configure_taskdesc_for_run` without executing it.
This gives test functions an easy way to generate the inputs required for
many of the `run_using` subsystems. """
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.