Image2vector_test

Hi im Doing the Exercise 5 - image2vector and I’m Getting the Error
NameError: name ‘image2vector_test’ is not defined
Does it mean, that the exercise test hasn’t been emplemented?

Be sure to run the cell containing def basic_sigmoid before running the cell that tests exercise 5. This ensures that the import statement from public_tests import * brings the test methods into the interpreter context.