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
Add a long-run strategy to the filtering test (#1359)
* Add a long-run strategy to the filtering test
Currently `test_boolean_filtering` only uses strategies as given by the `strategy_list` hypothesis strategy. This by default only picks short run time strategies so we are not ensuring that the long run filter works.
* Changed float to int in rst file
Last PR failed checks, probably due to an int vs float issue in the dependencies.
* Modify config.yml
Specified isort version dependency to facilitate checks during commit.
0 commit comments