Pyro5 icon indicating copy to clipboard operation
Pyro5 copied to clipboard

Add tests to verify autoproxy server object lifetime [currently failing]

Open TheSven73 opened this issue 1 year ago • 0 comments

An autoproxy consists of a server object, and a client proxy. When the client proxy is released, the server object should be as well.

Add a few simple tests to verify superficially that this does indeed happen.

Note: these tests currently fail, so they are marked xfail (expected to fail).

TheSven73 avatar Jul 17 '24 18:07 TheSven73