From 97f57ad6b68b5c751faa02e1784ffaf1b46151d9 Mon Sep 17 00:00:00 2001 From: Dharshana Uvaraj Date: Mon, 9 Jun 2025 12:14:34 -0500 Subject: [PATCH 1/2] Added my name and favorite sport --- response.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/response.json b/response.json index b4f0fe94..8ff011bf 100644 --- a/response.json +++ b/response.json @@ -1,4 +1,5 @@ { "DG": "Test", -"Data Glacier": "Cricket" -} +"Data Glacier": "Cricket", +"Dharshana Uvaraj": "Basketball pytest test/test.py -s" +} \ No newline at end of file From a02830102ab90fa0e8f9ec33145d0aea910205ac Mon Sep 17 00:00:00 2001 From: Dharshana Uvaraj Date: Mon, 9 Jun 2025 12:43:21 -0500 Subject: [PATCH 2/2] Fixed add.py input loop; added name and favorite sport --- response.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/response.json b/response.json index 8ff011bf..81d3e703 100644 --- a/response.json +++ b/response.json @@ -1,5 +1,6 @@ { "DG": "Test", "Data Glacier": "Cricket", -"Dharshana Uvaraj": "Basketball pytest test/test.py -s" +"Dharshana Uvaraj": "Basketball pytest test/test.py -s", +"Dharshana": "Basketball" } \ No newline at end of file