refactor parameterization:

parameter value now can be in three types:
(1) data list
(2) call built-in parameterize function
(3) call custom function in debugtalk.py
This commit is contained in:
debugtalk
2018-03-07 16:21:51 +08:00
parent 85c49e6924
commit f53baaf757
8 changed files with 124 additions and 51 deletions
+1 -1
View File
@@ -164,4 +164,4 @@ class TestRunner(ApiServerUnittest):
result = HttpRunner(testcase_file_path).run()
self.assertTrue(result["success"])
self.assertIn("token", result["output"])
self.assertEqual(result["stat"]["testsRun"], 6)
self.assertEqual(result["stat"]["testsRun"], 3 * 2 * 3)