|
instance IsTest Test where |
|
-- @tasty@ docs (1.4.3) explicitly say to ignore the @reportProgress@ argument |
|
run opts (Test testOpts prop) _reportProgress = |
This will cease to be true in tasty-1.5. It would be great if falsify gets updated to support progress reporting. You can try the latest tasty with the following cabal.project:
packages: .
source-repository-package
type: git
location: https://github.com/UnkindPartition/tasty
subdir: core
source-repository-package
type: git
location: https://github.com/UnkindPartition/tasty
subdir: hunit
source-repository-package
type: git
location: https://github.com/UnkindPartition/tasty
subdir: quickcheck
source-repository-package
type: git
location: https://github.com/UnkindPartition/tasty
subdir: smallcheck
source-repository-package
type: git
location: https://github.com/Bodigrim/tasty-bench
source-repository-package
type: git
location: https://github.com/ocharles/tasty-rerun
Cf. UnkindPartition/tasty#379
falsify/lib/src/Test/Falsify/Internal/Driver/Tasty.hs
Lines 67 to 69 in f490150
This will cease to be true in
tasty-1.5. It would be great iffalsifygets updated to support progress reporting. You can try the latesttastywith the followingcabal.project:Cf. UnkindPartition/tasty#379