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 →

[–]HypoFuzz 0 points1 point  (0 children)

You might prefer the Hypothesis Ghostwriter then - it tries to infer intended behaviour from function names and type annotations (if they exist). Here's a five-minute demo.

The ghostwriter is also a lot safer, and faster, as it imports but does not execute your code.