1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 03:30:06 +08:00
SpaceVim/test/api/web/http.vader

5 lines
239 B
Plaintext
Raw Normal View History

2017-07-16 04:28:01 +08:00
Execute (Test web#http api):
let g:test_api_web_http = SpaceVim#api#import('web#http')
2018-07-15 20:23:38 +08:00
let g:test_api_web_http_getresult = g:test_api_web_http.get('https://spacevim.org')
2017-11-24 22:50:26 +08:00
AssertEqual g:test_api_web_http_getresult.status, '200'