mwvgroup/pittgoogle-client

Add automated testing of example code in docstrings

Open

#46 opened on Jul 1, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (1 fork)auto 404
enhancementgood first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

Many of our class docstrings now contain example code demonstrating usage (e.g., Subscription). It would be great to implement some automated testing of this code. Bonus points for integrating with the test suite that was implemented in #7. Potential solutions are:

Contributor guide