How to Solve NameError: name 'Test' is not defined -- pybench

Solution: Import the 'Test' module

# Add the following line to the top of your code
from pybench import Test

 

For more information:
pybench Test