Coverage for mlos_core / mlos_core / tests / optimizers / __init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-22 00:50 +0000
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-22 00:50 +0000
1#
2# Copyright (c) Microsoft Corporation.
3# Licensed under the MIT License.
4#
5"""
6Optimizer tests.
8Note: this file is required so that mypy doesn't complain about overlapping conftest.py modules.
9"""