Hi everyone. I’m still figuring out Jupyter notebooks so I may be doing something silly.
I’ve updated the cell containing the Graph_Advanced class in C1M3_Assignment.ipynb
When I attempt to run the unit tests in section 5 I receive:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[16], line 1
----> 1 unittests.test_shortest_path(Graph_Advanced)
NameError: name 'unittests' is not defined
unittests.py is in the same project folder as C1M3_Assignment. Am I missing a configuration line somewhere?
Many thanks.