mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-03 06:49:38 +08:00
change: convert lst.0.name to lst[0].name
This commit is contained in:
@@ -40,11 +40,11 @@ class FileFormatError(MyBaseError):
|
||||
pass
|
||||
|
||||
|
||||
class TestCaseFormatError(MyBaseError):
|
||||
class TestCaseFormatError(FileFormatError):
|
||||
pass
|
||||
|
||||
|
||||
class TestSuiteFormatError(MyBaseError):
|
||||
class TestSuiteFormatError(FileFormatError):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user