irmen / Pyro5

Pyro 5 - Python remote objects
https://pyro5.readthedocs.io
MIT License
303 stars 36 forks source link

Add tests to verify autoproxy server object lifetime #93

Open TheSven73 opened 1 month ago

TheSven73 commented 1 month ago

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).