mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-27 11:10:31 +08:00
refactor: move uixt pkg
This commit is contained in:
6
convert/to_gotest.go
Normal file
6
convert/to_gotest.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package convert
|
||||
|
||||
// TODO: convert TCase to gotest case
|
||||
func (c *TCaseConverter) toGoTest() (string, error) {
|
||||
return "", nil
|
||||
}
|
||||
Reference in New Issue
Block a user