Closed HarrisChu closed 3 years ago
Version check is more like a functionality on the server-side and we already had tests there. Is it necessary to test it on the client-side?
need to add the case to verify the client behavior if client version is not in white list. but cannot modify version in client config.
maybe we could define function like below, and then add negative cases.
def open(self, ip, port, timeout, version=None):