Hi, I'm in love with hypothesis+icontract and I am trying hypofuzz.
Strangely, it doesn't find my hypothesis-based test, producing the message:
Error: No property-based tests were collected
even if pytest seems to find it
pytest --collect-only test_hyp.py -m hypothesis
......
<Module test_hyp.py>
<Function test_hypothesis>
......
The hypoFuzz code seems to do exactly the same but the list of collected tests comes empty.
What am I missing?
All the beast
AndreaS