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

Unit testing & CI framework #17

Open
h3ph4est7s opened this issue Sep 19, 2022 · 1 comment
Open

Unit testing & CI framework #17

h3ph4est7s opened this issue Sep 19, 2022 · 1 comment

Comments

@h3ph4est7s
Copy link

Is there any forcast to add sample unit testing and CI integration examples to this project?
If not are there any best practises or tutorials on how to implement this in the golang module?

@lugehorsam
Copy link

lugehorsam commented Sep 19, 2022

@h3ph4est7s fair question -- we do have users that implement integration tests either via their SDK (for examples you can see how our SDKs do it, e.g., https://github.com/heroiclabs/nakama-dotnet/tree/master/Nakama.Tests) or, because your own code is just a Go module, you can also write native go tests using standard Go patterns and invoke go test.

I'll leave this issue open in case we want to create an example.

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

No branches or pull requests

2 participants