Andy Baugh

Results 29 comments of Andy Baugh

**Secondary note:** Any pointers on a good test in the current testsuite to update would be appreciated, and I am willing to update any relevant tests as needed. When I...

Thanks for the feedback. I'll try to get the testing bits in later this week.

Update: This has taken a lot longer to get to than I had hoped previously. Currently I see two options I have to resolving the difficulties I've been having here:...

Cause of that error in PR #473 is because the test was being ran as root, and as such pg_ctl explodes. The error message is simply eaten, unfortunately (so you...

The way I fixed this for myself was removing the version pinning in requirements-twisted-default.txt. Presumably the implication for packagers is that they should patch this as part of their distribution...

Made PR #332 to address this and up test cover for the affected subroutine. Also did some things to the test to make my life easier when prototyping the test...

K, pushed a commit that should fix those tests, as suspected better mocks were the fix

The thing I do most often to get around the broken overlap detection is to send the element the 'enter' key, as 99% of the time something that is clickable...

K, updated the test for review commentary. Speeds up t/04-commands-implemented.t by 1s due to not reading in all three files every time you searched for one command.

Yes, I'd presume that if the user interrupted the script (SIGINT), they would want the window to stay there for examination.