You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pytest, testServer.py takes quite a while to run. That's because there is a fixture in there called client, which solves all of the puzzles and stores them in disk. We want to optimize that so that running pytest doesn't take too long for future puzzles.
The text was updated successfully, but these errors were encountered:
When running pytest, testServer.py takes quite a while to run. That's because there is a fixture in there called client, which solves all of the puzzles and stores them in disk. We want to optimize that so that running pytest doesn't take too long for future puzzles.
The text was updated successfully, but these errors were encountered: