Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8881f29

Browse filesBrowse files
committed
!squash tests/config(test[loader]): Add property-based
1 parent 6a1d19e commit 8881f29
Copy full SHA for 8881f29

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎tests/unit/config/test_loader_property.py

Copy file name to clipboardExpand all lines: tests/unit/config/test_loader_property.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def test_load_save_roundtrip(
230230
def test_include_resolution(
231231
self,
232232
main_config: VCSPullConfig,
233-
included_configs: list[VCSPullConfig],
233+
included_configs: t.List[VCSPullConfig],
234234
tmp_path: pathlib.Path,
235235
) -> None:
236236
"""Test that include resolution properly merges configurations."""
@@ -275,7 +275,7 @@ def test_include_resolution(
275275
)
276276
def test_nested_includes_resolution(
277277
self,
278-
configs: list[VCSPullConfig],
278+
configs: t.List[VCSPullConfig],
279279
tmp_path: pathlib.Path,
280280
) -> None:
281281
"""Test that nested includes are resolved properly."""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.