Skip to content

Commit 5860695

Browse files
committed
TST: make testing helper a bit more paranoid
1 parent e569fd9 commit 5860695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_cycler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def _cycler_helper(c, length, keys, values):
2626

2727
def _cycles_equal(c1, c2):
2828
assert list(c1) == list(c2)
29+
assert c1 == c2
2930

3031

3132
@pytest.mark.parametrize('c', [cycler(c='rgb'),

0 commit comments

Comments
 (0)