assertions icon indicating copy to clipboard operation
assertions copied to clipboard

Fixes code examples causing failing doctest.

Open darrenklein opened this issue 4 years ago • 1 comments

@devonestes thank you so much for your hard work on this project! As noted in #27, there are some failing doctests. This is simply because the :user object referred to in the code examples in the documentation was not included in the test schema data, and the result data had a few additional fields that needed to be accounted for (like __typename). I believe that this PR will resolve those failing doctests, and I think should fix the failing build (can't guarantee that second part).

Hope this is helpful, please let me know if there's anything you'd like handled differently!

darrenklein avatar Dec 11 '21 19:12 darrenklein

@devonestes just a friendly ping!

darrenklein avatar Apr 07 '22 13:04 darrenklein