Ejemplo n.º 1
0
# Copyright 2018 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

from pants.testutil.console_rule_test_base import ConsoleRuleTestBase as ConsoleRuleTestBase  # noqa
from pants_test.deprecated_testinfra import deprecated_testinfra_module


deprecated_testinfra_module()
Ejemplo n.º 2
0
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

from pants.testutil.option.fakes import _FakeOptionValues as _FakeOptionValues  # noqa
from pants.testutil.option.fakes import (
    _options_registration_function as _options_registration_function, )  # noqa
from pants.testutil.option.fakes import create_options as create_options  # noqa
from pants.testutil.option.fakes import (
    create_options_for_optionables as create_options_for_optionables, )  # noqa
from pants_test.deprecated_testinfra import deprecated_testinfra_module

deprecated_testinfra_module('pants.testutil.option.fakes')
Ejemplo n.º 3
0
# Copyright 2017 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

from pants.testutil.pexrc_util import (
    setup_pexrc_with_pex_python_path as setup_pexrc_with_pex_python_path,
)  # noqa
from pants_test.deprecated_testinfra import deprecated_testinfra_module

deprecated_testinfra_module('pants.testutil.pexrc_util')
# Copyright 2018 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

from pants.testutil.goal_rule_test_base import GoalRuleTestBase as ConsoleRuleTestBase  # noqa
from pants_test.deprecated_testinfra import deprecated_testinfra_module

deprecated_testinfra_module(instead="pants.testutil.goal_rule_test_base")
Ejemplo n.º 5
0
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

from pants.testutil.subsystem.util import global_subsystem_instance as global_subsystem_instance  # noqa
from pants.testutil.subsystem.util import init_subsystem as init_subsystem  # noqa
from pants.testutil.subsystem.util import init_subsystems as init_subsystems  # noqa
from pants_test.deprecated_testinfra import deprecated_testinfra_module

deprecated_testinfra_module('pants.testutil.subsystem.util')
Ejemplo n.º 6
0
# Copyright 2016 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

from pants.testutil.git_util import MIN_REQUIRED_GIT_VERSION as MIN_REQUIRED_GIT_VERSION  # noqa
from pants.testutil.git_util import git_version as git_version  # noqa
from pants.testutil.git_util import initialize_repo as initialize_repo  # noqa
from pants_test.deprecated_testinfra import deprecated_testinfra_module


deprecated_testinfra_module('pants.testutil.git_util')
Ejemplo n.º 7
0
# Copyright 2014 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

from pants.testutil.mock_logger import MockLogger as MockLogger  # noqa
from pants_test.deprecated_testinfra import deprecated_testinfra_module

deprecated_testinfra_module('pants.testutil.mock_logger')
Ejemplo n.º 8
0
# Copyright 2017 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

from pants.testutil.process_test_util import ProcessStillRunning as ProcessStillRunning  # noqa
from pants.testutil.process_test_util import TrackedProcessesContext as TrackedProcessesContext  # noqa
from pants.testutil.process_test_util import _make_process_table as _make_process_table  # noqa
from pants.testutil.process_test_util import (
    _safe_iter_matching_processes as _safe_iter_matching_processes, )  # noqa
from pants.testutil.process_test_util import (
    no_lingering_process_by_command as no_lingering_process_by_command,
)  # noqa
from pants_test.deprecated_testinfra import deprecated_testinfra_module

deprecated_testinfra_module('pants.testutil.process_test_util')