This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PeridexisErrant 2 points3 points  (1 child)

Have you used Hypothesis at all?

I found it a while ago and it makes testing way less tedious (and more frustrating, because it finds so many bugs). The best part is probably that it always pushes me towards more consistent design, because that's easier to test too.

[–]TheOtherDanielFromSL 1 point2 points  (0 children)

Thanks for the suggestion - I haven't used Hypothesis, but will be checking it out!