mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-10 17:43:00 +08:00
Merge branch 'master' of github.com:httprunner/httprunner
This commit is contained in:
@@ -60,6 +60,9 @@ func (path *TestCasePath) ToTestCase() (*TestCase, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if tc.Config == nil {
|
||||
return nil, errors.New("incorrect testcase file format, expected config in file")
|
||||
}
|
||||
|
||||
err = tc.makeCompat()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user