Sign in
android-kvm
/
buildroot
/
refs/heads/next
/
.
/
support
/
testing
/
tests
/
package
/
sample_python_requests.py
blob: 55a05d391047ea6bcd847defe2c263d5c4842490 [
file
] [
log
] [
blame
] [
edit
]
import
requests
r
=
requests
.
get
(
"http://localhost"
)
assert
r
.
status_code
==
200