Skip to content

Commit

Permalink
Move example_project_configuration.py to test_helpers.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed May 8, 2024
1 parent 385a6c8 commit 627065d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
OrderBySpec,
TimeDimensionSpec,
)
from metricflow_semantics.test_helpers.metric_time_dimension import MTD

from tests_metricflow_semantics.model.example_project_configuration import (
from metricflow_semantics.test_helpers.example_project_configuration import (
EXAMPLE_PROJECT_CONFIGURATION_YAML_CONFIG_FILE,
)
from metricflow_semantics.test_helpers.metric_time_dimension import MTD

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion tests_metricflow/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from dbt_semantic_interfaces.parsing.objects import YamlConfigFile
from dbt_semantic_interfaces.test_utils import base_semantic_manifest_file
from metricflow_semantics.test_helpers.config_helpers import MetricFlowTestConfiguration
from tests_metricflow_semantics.model.example_project_configuration import (
from metricflow_semantics.test_helpers.example_project_configuration import (
EXAMPLE_PROJECT_CONFIGURATION_YAML_CONFIG_FILE,
)

Expand Down

0 comments on commit 627065d

Please sign in to comment.