I am unit testing my email checking function. I tried writing a dictionary of test string, description, and expected results and executing tests with for loops but it did not work. Now, I am making changes to my spec file one by one to see where it is getting wrong.I am unit testing my email checking function. I