
Ultimate access to all questions.
You are evaluating a set of mathematical functions, including one that computes the area under a curve defined by another function.
assert(myIntegrate(lambda x: x*x, 0, 3)[0] == 9)
assert(myIntegrate(lambda x: x*x, 0, 3)[0] == 9)
What type of test does this line represent?*
A
Unit
B
Manual
C
Functional
D
Integration
E
End-to-end