change: generate pytest in chain style by default

This commit is contained in:
debugtalk
2020-06-03 15:49:20 +08:00
parent 6b9bd46079
commit 59e99eeaa8
7 changed files with 86 additions and 163 deletions

View File

@@ -43,7 +43,7 @@ from examples.postman_echo.request_methods.request_with_functions_test import (
content,
)
self.assertIn(
'"testcase": RequestWithFunctions,', content,
'.call(RequestWithFunctions)', content,
)
def test_make_testcase_folder(self):