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
Instead, the expect_regex and expect_text functions could be extended to automatically add a SearcherCollection when they are passed a collection (list, tuple, etc):
Right now accessing
SearcherCollection
to expect on a list of multiple patterns is clunky:Instead, the
expect_regex
andexpect_text
functions could be extended to automatically add aSearcherCollection
when they are passed a collection (list, tuple, etc):The text was updated successfully, but these errors were encountered: