mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 06:19:34 +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
|
|
}
|