-
Notifications
You must be signed in to change notification settings - Fork 230
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
Functional test: function name should not contain the test name #194
Comments
poornas
added a commit
to poornas/minio-dotnet
that referenced
this issue
Dec 1, 2017
poornas
added a commit
to poornas/minio-dotnet
that referenced
this issue
Dec 1, 2017
poornas
added a commit
to poornas/minio-dotnet
that referenced
this issue
Dec 1, 2017
poornas
added a commit
to poornas/minio-dotnet
that referenced
this issue
Dec 1, 2017
poornas
added a commit
to poornas/minio-dotnet
that referenced
this issue
Dec 1, 2017
poornas
added a commit
to poornas/minio-dotnet
that referenced
this issue
Dec 2, 2017
poornas
added a commit
to poornas/minio-dotnet
that referenced
this issue
Dec 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Function name should not contain the test name. It should contain the API that was intended to be tested.
BucketExists_Test
should not be the value of the function field. It should be something likeTask<bool> BucketExistsAsync(string bucketName, CancellationToken cancellationToken = default(CancellationToken)
The text was updated successfully, but these errors were encountered: