refactor: rename schema to models

This commit is contained in:
debugtalk
2020-06-05 10:35:09 +08:00
parent 73d6f81a14
commit 992f17dc92
25 changed files with 25 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
import inspect
from typing import Text, Any, Union, Callable
from httprunner.schema import (
from httprunner.models import (
TConfig,
TStep,
TRequest,