예제 #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)