userver
C++ Async Framework (beta)
Loading...
Searching...
No Matches
samples/hello_service/tests/test_hello.py
1
# /// [Functional test]
2
async def
test_ping(service_client):
3
response = await service_client.get(
'/hello'
)
4
assert
response.status == 200
5
assert
response.content == b
'Hello world!\n'
6
# /// [Functional test]
Generated on Tue Mar 14 2023 16:21:22 for userver by
Doxygen
1.9.6