How to Solve NameError: name 'utils' is not defined -- tests

Solution: Import the 'utils' module

# Add the following line to the top of your code
from tests import utils

 

For more information:
tests utils