block / goose

Goose is a developer agent that operates from your command line to help you do the boring stuff.
https://block.github.io/goose/
Apache License 2.0
108 stars 17 forks source link

chore: make vcr tests pretty-print JSON #146

Closed codefromthecrypt closed 1 week ago

codefromthecrypt commented 1 week ago

This makes recordings of HTTP requests and responses more readable at the cost of a little more code.

cc @lamchau @anuraaga as I'm still learning python, so possibly my approach isn't ideal. Changes welcome!

Fixes #127

michaelneale commented 1 week ago

looks tidy

lamchau commented 1 week ago

@codefromthecrypt this is so much cleaner! very slick approach

codefromthecrypt commented 1 week ago

thanks for the look, folks