mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
52 stars 152 forks source link

Python3 -m pytest -x not working #466

Closed baron-zeng closed 1 year ago

baron-zeng commented 1 year ago

Hi,

When I try to run the pytest (as shown below) for the word ladder HW, I am stuck on the page (shown below) and cannot identify even the first error. Does anyone know why?

Screen Shot 2023-02-14 at 12 39 12 AM

Thanks, Baron

mikeizbicki commented 1 year ago

I believe everything is working. The output is slow to generate only because your program is very slow. There are many possible causes of the slowness, however, so I'm sorry I can't give you anymore pointers on debugging it over github.

PS. In the future, you shouldn't post images to github issues. Search engines like google cannot extract the text out of images, and so people will not be able to search through issues that use images. For this reason, developers will often ignore people who ask them questions based on images. It is much better to just copy/paste the information into a code block. Then google can index the issue and future people can benefit from the discussion.