I'm trying to use @seed
here: https://hypothesis.readthedocs.io/en/latest/reproducing.html#reproducing-a-test-run-with-seed
But when I include it before @given
, I get the error
NameError: name 'seed' is not defined
at runtime.
My python script imports hypothesis
. Should I be importing something else to get the @seed
feature working?