How to Solve NameError: name 'test' is not defined -- nova

Solution: Import the 'test' module

# Add the following line to the top of your code
from nova import test

 

For more information:
nova test