1. Learn
  2. /
  3. Courses
  4. /
  5. Unit Testing for Data Science in Python

Exercise

Running unit tests

The tests that you wrote in the previous exercise have been written to a test module test_convert_to_int.py. Try running the tests in the IPython console.

What is the correct IPython console command to run the tests in this test module?

Instructions

50 XP

Possible answers