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

Sign up
Appearance settings

Commit 4c51fc7

Browse files
committed
!squash !squash tests/config(test[loader]): Add property
1 parent cd6f03e commit 4c51fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/unit/config/test_loader_property.py‎

Lines 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: t.List[VCSPullConfig],
233+
included_configs: 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: t.List[VCSPullConfig],
278+
configs: list[VCSPullConfig],
279279
tmp_path: pathlib.Path,
280280
) -> None:
281281
"""Test that nested includes are resolved properly."""

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /