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

[WIP] Improve reporting #171

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ozars
Copy link
Contributor

@ozars ozars commented Aug 18, 2018

Features discussed in #166.

  • Prepend suite name while reporting tests.
  • Create test results for test cases, separate from individual tests.
  • Report errors in unchecked setups in test case results. Also report subsequent tests as failed due to failure in test case setups.
  • Unchecked test case teardowns need to override the fork mode to CK_NOFORK, so that reported failures do not kill the unit test program.
  • Report errors in unchecked teardowns in test case results. Tests included in tests cases will report their own results, independent from failure of unchecked teardowns.
  • Update documentation to reflect changes.

Pass suite pointer or suite name parameters to functions which eventually
create TestResult object
Suite name is prepended before test case now.

Unit tests are also updated accordingly.
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

Successfully merging this pull request may close these issues.

1 participant