hello_test.go
hello_test.go - Overview
This file contains a test for the HELLO
command, verifying that it returns the expected server information.
Detailed Documentation
TestHello
- Purpose: Tests the
HELLO
command and validates the response. - Parameters:
t
:*testing.T
- Testing context.
- Returns: None