mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-06 20:32:44 +08:00
7 lines
127 B
Go
7 lines
127 B
Go
package convert
|
|
|
|
// TODO: convert TCase to gotest case
|
|
func (c *TCaseConverter) toGoTest() (string, error) {
|
|
return "", nil
|
|
}
|