mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-06 07:57:27 +08:00
fix: default output debugtalk_gen.py by building debugtalk.py
This commit is contained in:
@@ -17,7 +17,7 @@ func TestRun(t *testing.T) {
|
||||
t.Fatal()
|
||||
}
|
||||
|
||||
err = Run("examples/debugtalk_no_funppy.py", "./debugtalk_gen.py")
|
||||
err = Run("examples/debugtalk_no_funppy.py", "./debugtalk.py")
|
||||
if !assert.Nil(t, err) {
|
||||
t.Fatal()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user