Files
httprunner/hrp/pkg/convert/to_gotest.go
T

7 lines
127 B
Go

package convert
// TODO: convert TCase to gotest case
func (c *TCaseConverter) toGoTest() (string, error) {
return "", nil
}