Replies: 1 comment
-
I haven't tried using them, but there are libraries like this one that let you connect to slynk servers within common lisp. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to set up automated testing for a lisp system that among other things will open up a slynk server to listen for connections.
Is there a good way for me to programmatically test whether that listener is there and accepting connections? Ideally, I would like to do this without having to start up emacs.
I have been thinking that I might override
sly-secret
in the test code and then see if the connection is successful, but then I'm not sure what I should be looking for on the (simulated) "emacs side", since an authentication failure causes an error inaccept-connections
. Should I just have the simulated client send the secret and then check to see if the connection has been closed by the server?I'd be grateful for any suggestions.
Beta Was this translation helpful? Give feedback.
All reactions