Exercise

One command to run them all

One of your colleagues pushed some changes to the functions row_to_list(), convert_to_int(), get_data_as_numpy_array() and split_into_training_and_testing_sets(). That means that you have to run all the tests again to figure out if something got broken as a result.

The current working directory in the IPython console is the tests directory, which contains all the tests in the same layout as described in the video. You can, at any time, run the tests in the IPython console using the appropriate command.

Instructions 1/4

undefined XP
    1
    2
    3
    4

Question

In the IPython console, what is the correct command for running all tests contained in the tests folder?

Possible answers