feat: add builtin comparators for StepValidation

This commit is contained in:
debugtalk
2020-06-03 18:00:46 +08:00
parent 3bc988ac1e
commit 5869b37d50
5 changed files with 151 additions and 72 deletions

View File

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