Exercise

Testing well: Normal arguments

This time, you will test row_to_list() with normal arguments i.e. arguments mapping to the tuple (1, 0). The plot is provided to you for reference.

Remembering that the best practice is to test for two to three normal arguments, you will write two tests in this exercise.

Instructions 1/4

undefined XP
    1
    2
    3
    4

Question

How many normal arguments is it recommended to test?

Possible answers