Reuse up to max_examples examples when generation is disabled
#2585
Labels
internals
Stuff that only Hypothesis devs should ever see
hypothesis/hypothesis-python/src/hypothesis/internal/conjecture/engine.py
Line 544 in caccabb
No matter how many examples are in the database, we'll use at most 10% of our example budget replaying them - even if the generation phase is disabled. It would be nice if we could replay up to
max_exampleswhenPhase.generate not in self.settings.phases.The text was updated successfully, but these errors were encountered: