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

Rewrite messages of unit test #23

Closed
rugk opened this issue Sep 21, 2017 · 0 comments
Closed

Rewrite messages of unit test #23

rugk opened this issue Sep 21, 2017 · 0 comments

Comments

@rugk
Copy link
Owner

rugk commented Sep 21, 2017

Currently all unit test messages (the ones in "assert…") describe the case when the test/assert passes/is satisfied. However, as they are only printed when the assert actually fails, they should better describe the opposite case: What actually fails.

This is an easy wording task. Just turn around the meaning of all these messages. (Remember to use present tense.)

Example: "Should print 1234."
Change to: "Does not print 1234."

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

1 participant