You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added unit test for exceptions
* Fixed Bolt.open error message
* added stubtests for handshake negotiation of different bolt protocol versions
* integration tests are skipped if the bolt protocol version is not supported by the driver.
* Removed unused import
* Removed assert on repr of exception
* Enabled python 3.8 in test
raiseBoltHandshakeError("The Neo4J server does not support communication with this driver. This driver have support for Bolt Protocols {}".format(supported_versions), address=address, request_data=handshake, response_data=data)
0 commit comments