Skip to content

Commit 9be7ace

Browse files
committed
add test cases
1 parent fd10139 commit 9be7ace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def test_methods_no_arg(
221221
("all_equal", 'bool', [True, False], False, {"other": [False, False]}),
222222
("all_equal", 'bool', [True, False], False, {"other": [True, None]}),
223223
("all_equal", 'bool', [True, None], False, {"other": [True, None]}),
224+
("all_equal", 'bool', [True, None], False, {"other": [True, False]}),
224225
("all_equal", 'bool', [True, False], False, {"other": [True]}),
225226
("all_equal", 'bool', [True, False], False, {"other": [None]}),
226227
("all_equal", 'float', [1.0, 0.0], True, {"other": [1.0, 0.0]}),

0 commit comments

Comments
 (0)