hypertrace / pythonagent

Hypertrace Python agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid pinging external URLs for tests

jcchavezs opened this issue · comments

Currently we rely on external URLs to do integration tests. This is specially inconvenient because you can't set the expected responses but also because you add another layer to depend of to run tests. Spinning up a http server to do the assertions would be ideal.

image