I have a few questions on how to create test cases for the functions that do not return anything or have any output. I know we talked about try: and except: but I am still unsure about how to implement them here. My specific questions on lines 10 and 47. I have the status of the test case next to the function headers.
I have a few questions on how to create test cases for the functions that do not return anything or have any output. I know we talked about try: and except: but I am still unsure about how to implement them here. My specific questions on lines 10 and 47. I have the status of the test case next to the function headers.