We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9280515 commit 3009802Copy full SHA for 3009802
tests/test_automapper_basics.py
@@ -53,11 +53,6 @@ def test_map__field_with_same_name():
53
assert public_user_info.profession == "engineer"
54
55
56
-def test_mapping_of_nested_attributes_without_map_path_should_fail():
57
- """It tries to only do reference for the first attribute in the chain which doesnt exists."""
58
- ...
59
-
60
61
def test_map__field_with_different_name():
62
user_info = UserInfo("John Malkovich", 35, "engineer")
63
public_user_info: PublicUserInfoDiff = mapper.to(PublicUserInfoDiff).map(
0 commit comments