mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Internal server: Shutdown server via socket
This commit is contained in:
parent
c8b31637ef
commit
0e8949ff71
3 changed files with 23 additions and 6 deletions
|
@ -180,6 +180,8 @@ class TestBaseServerRequests(BaseTest):
|
|||
finally:
|
||||
p.terminate()
|
||||
p.wait()
|
||||
if os.name == "posix":
|
||||
assert p.returncode == 0
|
||||
|
||||
def test_wsgi_server(self):
|
||||
config_path = os.path.join(self.colpath, "config")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue