[...] a function is the act of verifying that the function's behavior
matches expectations.
Answer
Testing
Tags
#python #sicp
Question
[...] a function is the act of verifying that the function's behavior
matches expectations.
Answer
?
Tags
#python #sicp
Question
[...] a function is the act of verifying that the function's behavior
matches expectations.
Answer
Testing
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it Testing a function is the act of verifying that the function's behavior
matches expectations.
Original toplevel document
1.5 Control clause from being executed
indefinitely, the suite should always change some binding in each pass.
A while statement that does not terminate is called an infinite loop.
Press -C to force Python to stop looping.
1.5.6 Testing
<span>Testing a function is the act of verifying that the function's behavior
matches expectations. Our language of functions is now sufficiently complex
that we need to start testing our implementations.
A test is a mechanism for systematically performing this verification. Tests
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.