GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
28 stars 7 forks source link

chore: remove need for pytest in sample #229

Closed jackwotherspoon closed 7 months ago

jackwotherspoon commented 7 months ago

Currently import pytest will show inside of code sample in docs since it is in the region tag. I have tests set to auto-use async if they are an async function so the marking of the test as async is redundant and can be removed.