You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Useful when using turtle mocks of network services (like HTTP server).
http://man7.org/linux/man-pages/man3/gethostbyname.3.html allows providing custom hosts file for a specific process by setting HOSTALIASES environment variable. Turtle should allow configuring bunch of hosts entries and call tested app with this env var set if there any hosts to add.
The text was updated successfully, but these errors were encountered:
Useful when using turtle mocks of network services (like HTTP server).
http://man7.org/linux/man-pages/man3/gethostbyname.3.html allows providing custom
hosts
file for a specific process by settingHOSTALIASES
environment variable. Turtle should allow configuring bunch of hosts entries and call tested app with this env var set if there any hosts to add.The text was updated successfully, but these errors were encountered: