Add more set assertion rewrites e.g. >=#11469
Conversation
314656a to
d90ee6c
Compare
nicoddemus
left a comment
There was a problem hiding this comment.
Thanks @reaganjlee, appreciate the contribution!
Co-authored-by: Bruno Oliveira <[email protected]>
Update testing/test_assertion.py Co-authored-by: Bruno Oliveira <[email protected]> Update testing/test_assertion.py Co-authored-by: Bruno Oliveira <[email protected]> other clean
80f7280 to
a1a35d0
Compare
|
Thanks @reaganjlee! Btw, I did check the coverage failures, and they are incorrect, those lines codecov is saying are not covered are in fact covered, not sure why the false negative. |
|
Ah yeah was confused on that for a bit 😅 thanks for the heads up. Should we leave the extra coverage test |
That test was an attempt to fix the coverage errors? If the other tests already cover the functionality and |
|
Thanks @reaganjlee! |
This resolves #10617 and adds more powerful set assertion rewrites for comparisons other than equality
==. Previously, only==was supported for sets. Now, the additional following operations are supported:!=,<=,>=,<, and>.