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

Group test output #190

Closed
marknuzz opened this issue Aug 23, 2017 · 2 comments
Closed

Group test output #190

marknuzz opened this issue Aug 23, 2017 · 2 comments

Comments

@marknuzz
Copy link

marknuzz commented Aug 23, 2017

Not a bug per se, more of a question. Is there an option to ensure that the test output is only printed to the console when the test is completed? And all of the output for that single test is printed together? This would help my potentially odd use case, where I have written tests that should fail but do not. It is difficult to tell which tests passed when there are many (and I want to see the output start to finish, not just the passed message).

For now, I am using parallel=false as a workaround, but that slows things down quite a bit.

@haf
Copy link
Owner

haf commented Aug 23, 2017

Solving #141 would enable this scenario.

Would you like to give it a go?

The idea is that, when each Expect.MethodX call instead throws something typed, we can collect that output for the test and implement printers the e.g. group all output in a tree; at the end of the round, or printed with https://github.com/logary/logary/tree/master/src/targets/Logary.Zipkin as the test progresses

@haf haf changed the title Easiest way to group test output together per test? Group test output Aug 23, 2017
@haf haf mentioned this issue Jun 18, 2018
@AnthonyLloyd AnthonyLloyd mentioned this issue Jun 20, 2018
6 tasks
@AnthonyLloyd
Copy link
Contributor

resolved with #258

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

No branches or pull requests

3 participants