change: override variables

(1) testcase: session variables > step variables > config variables
(2) testsuite: testcase variables > config variables
(3) testsuite testcase variables > testcase config variables
This commit is contained in:
debugtalk
2020-06-08 13:22:57 +08:00
parent c19d1bb664
commit 6220367394
21 changed files with 207 additions and 116 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "httprunner"
version = "3.0.10"
version = "3.0.11"
description = "One-stop solution for HTTP(S) testing."
license = "Apache-2.0"
readme = "README.md"