Question: This time you are testing two different functions. That means we want to organize the test script so that the tests for each function are

This time you are testing two different functions. That means we want to organize the test script so that the tests for each function are grouped together. We do this with test procedures. Inside tests.py add function headers for two procedures: test_has_a_vowel and test_has_y_vowel. Neither of these procedures should have parameters (while has_a_vowel takes an argument, its test procedures does not).
These procedures should not have bodies (yet). However, they should both have specifications. All functions, including test procedures, should have specifications. For now, keep the specifications simple. For test_has_a_vowel, the specification should be

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!