Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
spicy-sauce committed Oct 15, 2023
1 parent 8e5fbb6 commit 21708f9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ async def test_add_field():
{"fname": "john", "lname": "doe", "full_name": "john doe"}
])


@pytest.mark.asyncio
async def test_add_nested_field():
"""Test case for adding a nested field using JMESPath expression."""
Expand Down Expand Up @@ -67,6 +68,7 @@ async def test_add_nested_field_parent_key_missing():
}
])


@pytest.mark.asyncio
async def test_add_multiple_fields():
"""Test case for adding multiple fields using JMESPath expressions."""
Expand Down Expand Up @@ -104,6 +106,7 @@ async def test_add_multiple_fields():
}
])


@pytest.mark.asyncio
async def test_add_field_with_dot():
"""Test case for adding a field with a dot in the name using JMESPath expression."""
Expand Down

0 comments on commit 21708f9

Please sign in to comment.