deprecate requires

This commit is contained in:
httprunner
2018-07-26 15:17:50 +08:00
parent 7ed962e803
commit adb72e7d75
7 changed files with 0 additions and 148 deletions

View File

@@ -262,13 +262,6 @@ class TestRunner(ApiServerUnittest):
summary = runner.summary
self.assertTrue(summary["success"])
def test_run_testsets_template_lambda_functions(self):
testcase_file_path = os.path.join(
os.getcwd(), 'tests/data/demo_testset_template_lambda_functions.yml')
runner = HttpRunner().run(testcase_file_path)
summary = runner.summary
self.assertTrue(summary["success"])
def test_run_testset_layered(self):
testcase_file_path = os.path.join(
os.getcwd(), 'tests/data/demo_testset_layer.yml')