Closed horw closed 9 months ago
one general question, shall we implement it in
_pexpect_func
decorator?
expect_exact
should also have this kwargs support.
I think it is a good idea! Let me move it here.
I have updated this PR. Let's see the tests turn green!
Thank you! LGTM!
Support for a
not_matching
argument has been added to theexpect
function. The function now utilizesre.search()
to search for matches of the encoded keywords inself.pexpect_proc.before
.Closes #257