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

tests: don't use assert, use self.assertXXX #241

Merged

Conversation

vincentbernat
Copy link
Member

In qa/tests/control_test.py, assert was still used. On failure, it's
not possible to know how the expected and the obtained results differ.

In `qa/tests/control_test.py`, `assert` was still used. On failure, it's
not possible to know how the expected and the obtained results differ.
@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling 4baf479 on vincentbernat:fix/tests-dont-use-assert into 42ba78c on Exa-Networks:master.

@vincentbernat
Copy link
Member Author

Oh, why?

@thomas-mangin thomas-mangin reopened this Mar 14, 2015
thomas-mangin added a commit that referenced this pull request Mar 14, 2015
tests: don't use assert, use self.assertXXX
@thomas-mangin thomas-mangin merged commit 74479de into Exa-Networks:master Mar 14, 2015
@thomas-mangin
Copy link
Member

Because I am tired and I should stay away from computers 😫

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.

None yet

3 participants