Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support progress reporting in tasty #63

Open
Bodigrim opened this issue Jul 31, 2023 · 1 comment
Open

Support progress reporting in tasty #63

Bodigrim opened this issue Jul 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Bodigrim
Copy link

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

@edsko
Copy link
Collaborator

edsko commented Aug 4, 2023

Ok, sure, will definitely give that a go! Not sure though when I'll have to time to dedicate to this.

@edsko edsko added the enhancement New feature or request label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants