From c0264750e696a907b292554b6270eae378b1c562 Mon Sep 17 00:00:00 2001 From: Nathanon Date: Mon, 26 Sep 2022 23:29:30 -0400 Subject: [PATCH 1/2] changed name to Nat on master branch --- .idea/CSC256Public.iml | 3 +- .idea/inspectionProfiles/Project_Default.xml | 158 +++++++++++++++++++ .idea/misc.xml | 2 +- .idea/workspace.xml | 65 +++----- gitremote/test/unit/test_whats_my_name.py | 2 +- gitremote/whats_my_name.py | 2 +- 6 files changed, 184 insertions(+), 48 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/CSC256Public.iml b/.idea/CSC256Public.iml index c44bb239..6c28766a 100644 --- a/.idea/CSC256Public.iml +++ b/.idea/CSC256Public.iml @@ -4,11 +4,10 @@ - + - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..cf96b97c --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,158 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index d2db35a5..2091cde5 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -6,5 +6,5 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index de392bc0..26182534 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,46 +2,16 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -53,6 +23,9 @@ + + + @@ -95,6 +69,10 @@ + + @@ -115,18 +93,6 @@ - - - @@ -139,6 +105,7 @@ + @@ -210,6 +178,17 @@ + + + diff --git a/gitremote/test/unit/test_whats_my_name.py b/gitremote/test/unit/test_whats_my_name.py index bf16e556..325c4dc8 100644 --- a/gitremote/test/unit/test_whats_my_name.py +++ b/gitremote/test/unit/test_whats_my_name.py @@ -4,4 +4,4 @@ def test_my_name_is(): - assert "Joseph" == my_name_is() \ No newline at end of file + assert "Nat" == my_name_is() diff --git a/gitremote/whats_my_name.py b/gitremote/whats_my_name.py index 9c08a87b..d2a53733 100644 --- a/gitremote/whats_my_name.py +++ b/gitremote/whats_my_name.py @@ -1,5 +1,5 @@ def my_name_is(): - return "Joseph" + return "Nat" # palaheel76 doesn't want any comments From 119097ae7d23c9b4712c4a55cfa65ffc30c120c4 Mon Sep 17 00:00:00 2001 From: Nathanon Date: Mon, 26 Sep 2022 23:35:50 -0400 Subject: [PATCH 2/2] changed name to Nathanon on branchNlaobappha --- .idea/inspectionProfiles/Project_Default.xml | 2 ++ .idea/workspace.xml | 2 -- gitremote/test/unit/test_whats_my_name.py | 2 +- gitremote/whats_my_name.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index cf96b97c..135f2046 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -144,6 +144,8 @@ diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 26182534..cdad3454 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,6 @@ - - diff --git a/gitremote/test/unit/test_whats_my_name.py b/gitremote/test/unit/test_whats_my_name.py index 325c4dc8..f36ed2f8 100644 --- a/gitremote/test/unit/test_whats_my_name.py +++ b/gitremote/test/unit/test_whats_my_name.py @@ -4,4 +4,4 @@ def test_my_name_is(): - assert "Nat" == my_name_is() + assert "Nathanon" == my_name_is() diff --git a/gitremote/whats_my_name.py b/gitremote/whats_my_name.py index d2a53733..ddecc8d6 100644 --- a/gitremote/whats_my_name.py +++ b/gitremote/whats_my_name.py @@ -1,5 +1,5 @@ def my_name_is(): - return "Nat" + return "Nathanon" # palaheel76 doesn't want any comments