None **is** Any()
Closed this issue · 0 comments
fornellas commented
In [1]: import testslide
In [2]: testslide.matchers.Any() == None
Out[2]: False
None
should be part of Any
.
CC @karlodwyer who found the issue.
Closed this issue · 0 comments
In [1]: import testslide
In [2]: testslide.matchers.Any() == None
Out[2]: False
None
should be part of Any
.
CC @karlodwyer who found the issue.