You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think checking the result of repr is sufficient for many of the tests in this file. In particular those where the repr just says a lambda or function. The relevant lambda or function could be changed to something that produces complete nonsense and these tests would never catch it. It's not really related to this PR though so I'd suggest opening a new issue.
Originally posted by @SGallagherMet in #765 (comment)
We should make the tests in
test_constraints.py
more robust. This will likely involve making most of them into filter tests.The text was updated successfully, but these errors were encountered: