refactor: rename schema to models

This commit is contained in:
debugtalk
2020-06-05 10:35:09 +08:00
parent b31f4374c6
commit 528ddd0c67
25 changed files with 25 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ from pydantic import ValidationError
from httprunner import builtin, utils
from httprunner import exceptions
from httprunner.schema import TestCase, ProjectMeta, TestSuite
from httprunner.models import TestCase, ProjectMeta, TestSuite
try:
# PyYAML version >= 5.1