nealrichardson / httptest

A Test Environment for HTTP Requests in R
https://enpiar.com/r/httptest/
Other
79 stars 10 forks source link

stop_mocking() should untrace all functions (closes #66, #78) #79

Closed kforner closed 1 year ago

kforner commented 1 year ago

fixed stop_mocking() that did not untrace all functionstly called safe_untrace. Added corresponding tests. Should fix issue #78 and #66.