Skip to content

Commit 3009802

Browse files
committed
remove unused test
1 parent 9280515 commit 3009802

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_automapper_basics.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ def test_map__field_with_same_name():
5353
assert public_user_info.profession == "engineer"
5454

5555

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-
6156
def test_map__field_with_different_name():
6257
user_info = UserInfo("John Malkovich", 35, "engineer")
6358
public_user_info: PublicUserInfoDiff = mapper.to(PublicUserInfoDiff).map(

0 commit comments

Comments
 (0)