Comment 21 for bug 719649

Revision history for this message
Ryan Wooden (ryan.wooden) wrote :

Okay, I cleaned up the windows testing. It tries to focus the gvim window every time before sending keys to it, but if it tries, and you unfocus it again before it sends the keys, it stops testing (the only way I could find to do this was to throw KeyboardInterrupt, which I don't like).

I added skip_on_{windows,linux,mac} attributes to the test classes, and I have the shell tests skipping on windows. If you have unittest2.0+ installed, then they actually show up as skipped tests, otherwise they show up as successful tests.

I'm only getting 2 failures now, the same two as before.