We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e569fd9 commit 5860695Copy full SHA for 5860695
test_cycler.py
@@ -26,6 +26,7 @@ def _cycler_helper(c, length, keys, values):
26
27
def _cycles_equal(c1, c2):
28
assert list(c1) == list(c2)
29
+ assert c1 == c2
30
31
32
@pytest.mark.parametrize('c', [cycler(c='rgb'),
0 commit comments