Coverage for mlos_bench/mlos_bench/tests/services/local/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-22 01:18 +0000
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-22 01:18 +0000
1#
2# Copyright (c) Microsoft Corporation.
3# Licensed under the MIT License.
4#
5"""
6Tests for mlos_bench.services.local.
8Used to make mypy happy about multiple conftest.py modules.
9"""
11from .mock import MockLocalExecService
13__all__ = [
14 "MockLocalExecService",
15]