The correct call to action in your first line of code for a unit test is:
import unittest
This line imports the unittest
module, which is necessary to create and run unit tests in Python.
1 answer
The correct call to action in your first line of code for a unit test is:
import unittest
This line imports the unittest
module, which is necessary to create and run unit tests in Python.