def test_curl(self): #Function curl url = "http://sbgrid.org/grid_amd.jpg" shex.curl(url) shex.rm("grid_amd.jpg")
def bad_curl(self): url = "http://sbgrid.org/asdfsaf" shex.curl(url)