refactor: remove ref_flag

This commit is contained in:
debugtalk
2020-06-05 13:39:21 +08:00
parent b7e2f37ff0
commit 26f5313172
3 changed files with 43 additions and 30 deletions

View File

@@ -26,7 +26,7 @@ class TestCaseRequestWithTestcaseReference(HttpRunner):
RunTestCase("request with functions")
.with_variables(**{"foo1": "override_bar1"})
.call(RequestWithFunctions)
.extract(*["session_foo2"])
.export(*["session_foo2"])
),
Step(
RunRequest("post form data")