googleapis/python-datastore

Doctest examples in docstrings are untested

tseaver opened this issue · 1 comments

Somewhere along the way, the session which exercised the docstring doctests got dropped. I would propose that we either a) remove them as redundant to the samples maintained in this repo, or b) exercise them via the system session, using the pytest-doctest integration.

The doctests session was removed from our noxfile.py in googleapis/google-cloud-python#6642.