Writing `hypothesis` tests-- sort of surreal. Ok, you want to test def add(a,b): return a+b... `hypothesis` says, well, have you tried add(fish,JPG)?
And I'm like, well, I'm not sure what the right thing to do is. If I add type checks, then I'm re-implementing a typed language.
Post
June 26, 2020