Razvan Pricop
Razvan Pricop
I understand that, but my use case is a little different. I have a program that uses python-cdp to listen to CDP events, and I want to add functional tests....
This probably happens because the CDP API doesn't match the wrapper layer of pycdp. This is generally fixed by updating the wrappers (see `Updating built-in CDP wrappers` section in the...
> t it tends to expand the size of changes a Yeah, I totally get that. At first, the refactoring changes didn't seem so big. But when I ran the...
please review
> Thanks for the updates. I see that the tests pass now. > > Is this PR ready for review? @adiroiban Yes, it's ready.
> When a PR is ready for review, you can ensure that it gets into the queue for maintainers to review by telling our bot, “please review”, like this: Thanks!...
Thanks for the review, @glyph! I believe the backwards compatibility issue is the greatest blocker of this PR. So, I'll prioritise that, first to see if we can solve it....