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,4 +1,4 @@
__version__ = "3.0.8"
__version__ = "3.0.9"
__description__ = "One-stop solution for HTTP(S) testing."
from httprunner.runner import HttpRunner