From 06c082e2308bdb5c8fdb6c3f38344dfcb004a3ed Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Wed, 1 Sep 2021 13:07:28 -0700 Subject: [PATCH] Rename embedded model tests --- tests/test_json_model.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/test_json_model.py b/tests/test_json_model.py index bbcfbfc..5fff61f 100644 --- a/tests/test_json_model.py +++ b/tests/test_json_model.py @@ -114,8 +114,7 @@ def test_saves_model(): assert address2 == address -# Saves a model with embedded models -def test_saves_with_relationships(): +def test_saves_with_embedded_models(): member = Member( first_name="Andrew", last_name="Brookins", @@ -129,8 +128,7 @@ def test_saves_with_relationships(): assert member2.address == address -# Saves a model with deeply embedded models -def test_saves_with_relationships(): +def test_saves_with_deeply_embedded_models(): hat = Item( name="Cool hat", price=2.99