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

Not all reasons why a test may be considered risky are documented #318

Open
5 of 10 tasks
sebastianbergmann opened this issue Jun 30, 2023 · 0 comments
Open
5 of 10 tasks
Labels
missing Something is not yet documented

Comments

@sebastianbergmann
Copy link
Owner

  • Test did not perform any assertions but was expected to do so
  • Test is not expected to perform assertions but performed assertions
  • Test modified global state but was not expected to do so
  • Test printed output
  • Test code or tested code did not close its own output buffers
  • Test code or tested code closed output buffers other than its own
  • Test was aborted after timeout
  • Test does not define a code coverage target but is expected to do so
  • Test executed code that is not listed as code to be covered or used
  • Test depends on a test that is larger than itself
@sebastianbergmann sebastianbergmann added the missing Something is not yet documented label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing Something is not yet documented
Projects
None yet
Development

No branches or pull requests

1 participant