示例#1
0
文件: shextest.py 项目: ijstokes/shex
 def test_curl(self):
     #Function curl
     url = "http://sbgrid.org/grid_amd.jpg"
     shex.curl(url) 
     shex.rm("grid_amd.jpg")
示例#2
0
文件: shextest.py 项目: ijstokes/shex
 def bad_curl(self):
     url = "http://sbgrid.org/asdfsaf"
     shex.curl(url)