IntersectMBO/plutus

Upscale `QuickCheck` tests in the nightly test suite

Open

#6 322 ouverte le 23 juil. 2024

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)Haskell (511 forks)batch import
Good first issueInternalTeststatus: triagedtech debt

Métriques du dépôt

Stars
 (1 637 stars)
Métriques de merge PR
 (Merge moyen 15j 11h) (13 PRs mergées en 30 j)

Description

We have the wonderful nightly test suite run which upscales hedgehog tests by 50x (which then gets downscaled back in individual tests when 50000 would take way too long). We should do the same for QuickCheck, except we should upscale both the test number and the size parameter.

Guide contributeur