[go-nuts] [testing] best practices for the test (client-server)

2023-08-07 Thread sumith s
Hi, Anyone have suggestion for writing test cases (best practices ) for client server communication. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nut

[go-nuts] [go test] pure Test Classes.

2023-07-26 Thread sumith s
Currently, we do not have pure Test Classes defined by us. We are using Golang specific Test Class structure. Each FILENAME_test.go will have its own test class under "Golang Test". I'm trying to define a pure Test Classes. how can do that? -- You received this message because you are subscrib

[go-nuts] [go test] How to write pure test classes to handle larger execution delay

2023-07-25 Thread sumith s
There will be an issue if we have test cases with larger delay. If one test case executed, then the following has larger execution time , then the whole test framework will fail. Im trying to define a test class to handle these kinds of issues. -- You received this message because you are subs