I was reminded today that when creating case-insensitive strings, Use .casefold()
instead lower()
.
I probably would have continued to use lower()
had it not been for hypothesis, which I've been trying to use more and more for testing.
on 2025-01-16 03:26:20.938839+00:00