-
Notifications
You must be signed in to change notification settings - Fork 110
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
localOption (HideSuccesses True) doesn't appear to work #231
Labels
Comments
Yes, HideSuccesses is a global option at the moment. It's possible to make it local, though that'd be a bit involved. Feel free to give it a try, the relevant code is in core/Test/Tasty/Ingredients/ConsoleReporter.hs. |
dustin
added a commit
to dustin/tasty
that referenced
this issue
Dec 13, 2018
In particular, this addresses UnkindPartition#231 by allowing HideSuccesses to be honored at result reporting time.
dustin
added a commit
to dustin/tasty
that referenced
this issue
Dec 13, 2018
In particular, this addresses UnkindPartition#231 by allowing HideSuccesses to be honored at result reporting time.
Just stumbled upon this, the option still does not work (tasty 1.4.2.1). |
quchen
added a commit
to quchen/tasty
that referenced
this issue
Feb 4, 2022
UnkindPartition
pushed a commit
that referenced
this issue
Feb 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got a test that has about 4,000 cases I'm trying to fix. It's a generated subsuite and I'd really like to not see it unless something is broken.
-ta --hide-successes
works but just prefixing this particular bit withlocalOption (HideSuccesses True)
doesn't.e.g.:
The text was updated successfully, but these errors were encountered: