neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.47k stars 118 forks source link

test: add tests for attaching through socket, tcp, and stdio #544

Closed wookayin closed 7 months ago

wookayin commented 8 months ago

on Windows: should we skip or xfail some tests?

justinmk commented 7 months ago

on Windows: should we skip or xfail some tests?

xfail seems better, it will let us know when behavior is fixed.

wookayin commented 7 months ago

Yes I agree. I rebased the tests (with xfail). I don't have any working windows machines for development so it's quite difficult for me to fix the failing tests on windows. But will try to figure out sometime soon.