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

Is there a way to have a more concise output of PlenaryBustedDirectory? #237

Open
fernando-nubank opened this issue Sep 18, 2021 · 2 comments

Comments

@fernando-nubank
Copy link

Hello everyone,

I have a plugin that has a lot of tests and it would be easier if I could configure PlenaryBustedDirectory to show only the tests that failed instead of a summary of all tests that run. Is there such option?

Thanks!

@matu3ba
Copy link
Contributor

matu3ba commented Oct 3, 2021

see describe what describe calls and what gets evaluated.

see format_results what you would need to make configurable.

@Conni2461
Copy link
Collaborator

Conni2461 commented Oct 4, 2021

Yep. Wanted to do this for quite some time. I already added a issue some time ago. #73

Someone opened a PR #86 that sadly got abandoned so i might pick this up soon.

Shameless Plug. I wrote another testing framework for c since i worked on plenary.busted and i wanna do something similar to what i did here. https://github.com/Conni2461/examiner#features

Basically i want filter, a way to say short output and only showing failed ones is also a good idea. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants