We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2715dbf commit b541e01Copy full SHA for b541e01
end_to_end_tests/test_end_to_end.py
@@ -13,7 +13,7 @@ def _compare_directories(
13
record: Path,
14
test_subject: Path,
15
expected_differences: Optional[
16
- Dict[str, str]
+ Dict[Path, str]
17
] = None, # key: path relative to generated directory, value: expected generated content
18
depth=0,
19
):
0 commit comments