trbs / pid

Pidfile featuring stale detection and file-locking, can also be used as context-manager or decorator
https://pypi.python.org/pypi/pid/
Apache License 2.0
102 stars 26 forks source link

Added test that spawns a new python interpreter (for issue #25) #26

Closed kaptajnen closed 5 years ago

kaptajnen commented 5 years ago

I'm not sure if there is a better way to test this. It needs to run in a separate interpreter for the atexit handler to run. I tried the test with version 2.2.0 and there it passes.

trbs commented 5 years ago

Thanks !