mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 22:39:42 +08:00
change: builtin comparator equal
This commit is contained in:
@@ -5,7 +5,7 @@ Built-in validate comparators.
|
||||
import re
|
||||
|
||||
|
||||
def equals(check_value, expect_value):
|
||||
def equal(check_value, expect_value):
|
||||
assert check_value == expect_value
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user