mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
55 stars 155 forks source link

Missing Failed Cases in Wardial HW #557

Closed baron-zeng closed 1 year ago

baron-zeng commented 1 year ago

Hello,

I have successfully installed aiohttp. However, when I run the doctest command:

python3 -m doctest wardial.py

This is my output:

Screen Shot 2023-05-10 at 4 03 00 PM

I am missing the part that shows the failed test cases. Does anyone know what the issue might be?

Thanks, Baron