Coverage for mlos_viz/mlos_viz/tests/conftest.py: 100%

7 statements  

« 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"""Export test fixtures for mlos_viz.""" 

6 

7from mlos_bench.tests import tunable_groups_fixtures 

8from mlos_bench.tests.storage.sql import fixtures as sql_storage_fixtures 

9 

10# Expose some of those as local names so they can be picked up as fixtures by pytest. 

11 

12storage = sql_storage_fixtures.storage 

13exp_storage = sql_storage_fixtures.exp_storage 

14exp_data = sql_storage_fixtures.exp_data 

15 

16tunable_groups_config = tunable_groups_fixtures.tunable_groups_config 

17tunable_groups = tunable_groups_fixtures.tunable_groups