#7 adds one test, with no auth required thanks to vcr + my trick from rredlist tests. Now, * I cannot test media upload with vcr cf https://github.com/ropensci/vcr/issues/134 and #8 * the test is not very unit-y. It might make sense to test `.wp_post` instead and look at the response body for instance.
#7 adds one test, with no auth required thanks to vcr + my trick from rredlist tests.
Now,
I cannot test media upload with vcr cf httr with upload_file in body can not be re-created internally in vcr ropensci/vcr#134 and try testing upload #8
the test is not very unit-y. It might make sense to test
.wp_postinstead and look at the response body for instance.