pytest-sftpserver
pytest-sftpserver copied to clipboard
Call server_close() on shutdown
Server threads take some times to shutdown, calling ThreadMixin.server_close() will wait on those threads.
It prevents ResourceWarning about an unclosed listening socket after a pytest run.
Code Climate has analyzed commit 8a42b34c and detected 0 issues on this pull request.
View more on Code Climate.