Question: # Part 3 # In this part, you will be writing tests such that you have full coverage of # prep 2 _ coverage _

# Part 3
# In this part, you will be writing tests such that you have full coverage of
# prep2_coverage_example.py
################################################################################
def test_coverage_provided():
"""Call coverage_example() on a single example.
This call covers one branch of coverage_function
"""
assert coverage_example(0) is True
# TODO: You should write additional tests and/or calls to coverage_example()
# such that you have 100% coverage of prep2_coverage_example.py
# To see the coverage you have, run prep2_coverage_example.py
# See the comments in that file for more details.

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!