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

8 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"""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_storage_with_trials = sql_storage_fixtures.exp_storage_with_trials 

15exp_data = sql_storage_fixtures.exp_data 

16 

17tunable_groups_config = tunable_groups_fixtures.tunable_groups_config 

18tunable_groups = tunable_groups_fixtures.tunable_groups