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

Various test improvements #167

Merged
merged 2 commits into from
Jun 8, 2018
Merged

Various test improvements #167

merged 2 commits into from
Jun 8, 2018

Conversation

ewoutp
Copy link
Contributor

@ewoutp ewoutp commented Jun 8, 2018

No description provided.

@ewoutp ewoutp self-assigned this Jun 8, 2018
Copy link
Member

@neunhoef neunhoef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just spotted one inconsistency, see comment.

@@ -29,7 +29,7 @@ import (
"time"

"github.com/dchest/uniuri"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this file you switch from "assert" to "require", in all the others not. Why is that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the cases where require is used, other tests follow it.
I don't want to run these following tests when the requirement has failed

@ewoutp ewoutp merged commit 1aa8ce3 into master Jun 8, 2018
@ewoutp ewoutp deleted the test/various-improvements branch June 8, 2018 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants