Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2 0 . Add a Test Case Look at the test script test.py . You can see that there is space for an additional test

20. Add a Test Case
Look at the test script test.py. You can see that there is space for an additional test case in the test procedure test_circ_area. We want you to add a test with additional arguments, such as
circ_area(radius=3,foo=20,bar=10)
However, we do not want you to call the function like this. Instead, we want you to create a dictionary that has the additional arguments and pass this dictionary to circ_area using keyword expansion.
Once you have done this, run the test script again to make sure you pass the new test.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions