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

9 statements  

« prev     ^ index     » next       coverage.py v7.5.1, created at 2024-05-05 00:36 +0000

1# 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# 

5""" 

6Export test fixtures for mlos_viz. 

7""" 

8 

9from mlos_bench.tests import tunable_groups_fixtures 

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

11 

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

13 

14storage = sql_storage_fixtures.storage 

15exp_storage = sql_storage_fixtures.exp_storage 

16exp_storage_with_trials = sql_storage_fixtures.exp_storage_with_trials 

17exp_data = sql_storage_fixtures.exp_data 

18 

19tunable_groups_config = tunable_groups_fixtures.tunable_groups_config 

20tunable_groups = tunable_groups_fixtures.tunable_groups