You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Hypothesis users
I have a big Hypothesis-based integration test which takes ~1 hour to finish in CI and is now the dominant step after I parallelised all other tests (running in multiple CI workers with pytest-split).
Is there a way to split/divide the Hypothesis "examples" into multiple tests or run the same test code with different parameters in a way that the examples don't overlap?