Source code for cfme.fixtures.model_collections

# -*- coding: utf-8 -*-
import pytest


@pytest.fixture(scope='function')
[docs]def dashboards(appliance): return appliance.collections.dashboards
@pytest.fixture(scope="function")
[docs]def objects(appliance): return appliance.collections.object_store_objects