6 lines
88 B
Python
6 lines
88 B
Python
from .. import server
|
|
|
|
|
|
def test_socket():
|
|
server.unix_domain_socket_server('name')
|