Files
httprunner/convert/to_gotest.go
2025-03-05 11:04:02 +08:00

7 lines
127 B
Go

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