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
On a clean setup using macOS and Python 3.11, the test test_get_valid_history_without_current fails consistently. The failure appears to involve non-ASCII characters like café ô in the expected output.
I followed the contributing steps exactly (cloned the repo, set up a virtual environment, installed dependencies, and ran pytest). No code was modified.
Example failure:
assert ['ls cat', 'diff x'] == ['ls cat', 'diff x', 'café ô']