Skip to content

test(unit): add vcrpy to mock http requests (#23)

Felipe P. Silva requested to merge test-vcrpy into main

Tests that need http requests passes through vcrpy which records the response and replay on the next iterations.

This closes #23 (closed).

Merge request reports