""" tests the server functionality """ def test_ping(server): assert server.ping(server, "some message") == "PONG"