-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename
patch_id_generators
to setup_id_generators
.
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# These imports are required to properly set up pytest fixtures. | ||
from __future__ import annotations | ||
|
||
from metricflow_semantics.test_helpers.id_helpers import patch_id_generators # noqa: F401 | ||
from metricflow_semantics.test_helpers.id_helpers import setup_id_generators # noqa: F401 | ||
|
||
from tests_metricflow_semantics.fixtures.manifest_fixtures import * # noqa: F401, F403 | ||
from tests_metricflow_semantics.fixtures.setup_fixtures import * # noqa: F401, F403 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters