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

Option for li3 test to only show summaries #544

Closed
hans-d opened this issue Jun 16, 2012 · 4 comments
Closed

Option for li3 test to only show summaries #544

hans-d opened this issue Jun 16, 2012 · 4 comments

Comments

@hans-d
Copy link
Contributor

hans-d commented Jun 16, 2012

li3 test has currently an option plain that only shows the dotted progress. There is not option just to show the summary: number of tests passed/failed, and the exceptions/fails.

When including li3 test in a phing build, output of running li3 is captured/buffered before it is shown (called via a php exec). Hence the dotted progress has no value here. Showing just the summaries would be a good thing to have.

@gwoo
Copy link
Contributor

gwoo commented Jul 10, 2012

Can you provide some example output that you would like to see?

@hans-d
Copy link
Contributor Author

hans-d commented Jul 10, 2012

Basicly the difference of li3 test tests\cases and li3 test tests\cases --plain, currently this is:

  • header
  • ["OK, but skipped tests"]
  • x/x passed
  • x fails and x exceptions
  • ...

@hans-d
Copy link
Contributor Author

hans-d commented Jul 10, 2012

related to #481, to be set as --verbose=summary ?

@mariuswilms mariuswilms modified the milestone: future Sep 30, 2014
@hans-d hans-d removed this from the future milestone Sep 30, 2014
@mariuswilms
Copy link
Member

As the buffering is unnecessary but not breaking anything, I'm closing this as we want to keep the command as lean as possible.

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