Files
httprunner/pkg/convert/to_gotest.go
2025-02-06 11:03:41 +08:00

7 lines
127 B
Go

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