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

Functional test: function name should not contain the test name #194

Closed
kannappanr opened this issue Nov 30, 2017 · 0 comments
Closed

Functional test: function name should not contain the test name #194

kannappanr opened this issue Nov 30, 2017 · 0 comments
Assignees
Milestone

Comments

@kannappanr
Copy link
Contributor

Function name should not contain the test name. It should contain the API that was intended to be tested.

{"name":"Minio.Net","function":"BucketExists_Test","duration":817,"status":"PASS","alert":"","message":"","error":""}

BucketExists_Test should not be the value of the function field. It should be something like Task<bool> BucketExistsAsync(string bucketName, CancellationToken cancellationToken = default(CancellationToken)

@nitisht nitisht added this to the Current milestone Nov 30, 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 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
@nitisht nitisht added the fixed label Dec 2, 2017
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

3 participants