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

@@ -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