riverbed / steelscript

SteelScript is a collection of libraries and scripts in Python for interacting with Riverbed solutions and appliances, and other network infrastructure devices
https://support.riverbed.com/apis/steelscript
Other
14 stars 10 forks source link

Use pytest-httpbin #6

Open jayvdb opened 4 years ago

jayvdb commented 4 years ago

In order to package steelscript as an RPM, I need to run the tests disconnected from the internet. Most of the failures I am seeing appear to be due to accessing httpbin.org , and an easy fix would be using pytest-httpbin