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

Add some guides of writing go test #108

Open
FlyingOnion opened this issue Jan 21, 2021 · 0 comments
Open

Add some guides of writing go test #108

FlyingOnion opened this issue Jan 21, 2021 · 0 comments

Comments

@FlyingOnion
Copy link

I still have some confusions about writing units. I hope the guide could contains some suggestions of writing tests. Maybe you could consider:

  1. how to define cases?
  2. should we define both "pass" and "not pass" cases? or just "pass" cases?
  3. how to test errors (or fatals/panics, if needed)?
  4. (maybe difficult) some guides about mock or noop servers/clients.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant