surrealdb / surrealdb.py

SurrealDB SDK for Python
https://surrealdb.com
Apache License 2.0
170 stars 49 forks source link

adding tests and exceptions #86

Closed maxwellflitton closed 5 months ago

maxwellflitton commented 5 months ago

What is the motivation?

Adding tests, raising exceptions if there's an error, and bumping the rust client.

Type of Change

What does this change do?

Adding tests, raising exceptions if there's an error, and bumping the rust client.

What is your testing strategy?

Testing of the websocket and http against a docker container.

Is this related to any issues?

None

Have you read the [Contributing Guidelines]?