Coverage for mlos_core/mlos_core/tests/optimizers/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-10-07 01:52 +0000

1# 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# 

5""" 

6Optimizer tests. 

7 

8Note: this file is required so that mypy doesn't complain about overlapping conftest.py modules. 

9"""