You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: