Question: BlockPy: 3 ) Numeric Day In the code below, you need to write unit tests to evaluate a function named numeric _ day. numeric _
BlockPy: Numeric Day
In the code below, you need to write unit tests to evaluate a function named numericday.
numericdayday: str int: Consumes a day representing the current day of week eg "Wednesday" and returns the corresponding numeric version of that day. Monday is Tuesday is and so on If the day is not a valid day, then return instead. Any capitalization should be ignored, but no abbreviations are allowed.
Rerrember: You should not implement the numericday function yourself! Write the tests!
Console:
Feedback:
Failed Instructor Test
I ran your test cases against some of my own implementations of numericday.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
