userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
test_basic.py
1
async def
test_hello_simple(service_client):
2
response = await service_client.get(
'/hello'
)
3
assert
response.status == 200
4
assert
'text/plain'
in
response.headers[
'Content-Type'
]
5
assert
response.text ==
'Hello world'
samples
0_hello_world
testsuite
test_basic.py
Generated on Wed Apr 30 2025 15:56:42 for userver by
Doxygen
1.13.2