-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Catch2 macros not logged #372
Comments
How about |
interestingly my output for
test is:
|
@matepek thanks for response. I have tested it on a small project and works fine but on a larger one (~700 unit tests) the console output is pretty messy so that's the reason macro outputs are barely visible. It looks like this: |
Try setting |
I see tests being executed sequentially but still the output is messed up. |
@matepek problem solved ! As it's large project I bumped system's |
Checklist
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
The settings.json has an entry:
The relevant unit test part looks like:
If condition fails then whole unit test is correctly marked as failed but there is no any indicator where. Nothing is highlighted and nothing is printed in the output. If test has a few others such snippets it's very difficult to find out which one actually failed.
The text was updated successfully, but these errors were encountered: