Files
httprunner/hrp/pkg/convert/to_gotest.go
2022-12-23 12:28:29 +08:00

7 lines
127 B
Go

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