Cavoke
1.1.0
A Platform for creating and hosting multiplayer turn-based board games
Loading...
Searching...
No Matches
test_health.py
1
import
pytest
2
import
cavoke_openapi_client
3
from
cavoke_openapi_client.api
import
default_api
4
5
6
def
test_health
():
7
with
cavoke_openapi_client.ApiClient(pytest.server_config)
as
api_client:
8
api_instance = default_api.DefaultApi(api_client)
9
# Check health
10
assert
api_instance.health() ==
'OK'
test_health
Definition:
test_health.py:1
server
pytest
test_health.py
Generated by
1.9.6