We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976be1a commit 87724ddCopy full SHA for 87724dd
test/conftest.py
@@ -18,6 +18,7 @@ def vim():
18
if child_argv is not None:
19
editor = pynvim.attach('child', argv=json.loads(child_argv))
20
else:
21
+ assert listen_address is None or listen_address != ''
22
editor = pynvim.attach('socket', path=listen_address)
23
24
return editor
0 commit comments