From 53e7c6e43ac16906d823a8cb7b4443b8bf7dfe32 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 27 Sep 2022 21:19:16 -0400 Subject: [PATCH] Changed the name to the wake tech email id which in turn works currently --- .idea/CSC256Public.iml | 3 +- .idea/inspectionProfiles/Project_Default.xml | 334 +++++++++++++++++++ .idea/misc.xml | 2 +- .idea/workspace.xml | 68 +--- gitremote/test/unit/test_whats_my_name.py | 2 +- gitremote/whats_my_name.py | 2 +- 6 files changed, 351 insertions(+), 60 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/CSC256Public.iml b/.idea/CSC256Public.iml index c44bb239..d6a58cb9 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..31ed51f4 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,334 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index d2db35a5..ee545b20 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..b47aafdb 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,47 +1,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -69,6 +34,7 @@ + @@ -95,14 +61,16 @@ - - - - - - - + + + - - - @@ -139,6 +95,7 @@ + diff --git a/gitremote/test/unit/test_whats_my_name.py b/gitremote/test/unit/test_whats_my_name.py index bf16e556..b2cd20b1 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 "jealvarado" == my_name_is() diff --git a/gitremote/whats_my_name.py b/gitremote/whats_my_name.py index 9c08a87b..186f7793 100644 --- a/gitremote/whats_my_name.py +++ b/gitremote/whats_my_name.py @@ -1,5 +1,5 @@ def my_name_is(): - return "Joseph" + return "jealvarado" # palaheel76 doesn't want any comments