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

@@ -2,7 +2,7 @@ import unittest
import requests
from httprunner.runner import HttpRunner
from httprunner.schema import TConfig, TStep
from httprunner.models import TConfig, TStep
class TestCaseSetDeleteCookies(unittest.TestCase):