RODY/tests/test_tools.py
552068321@qq.com 6f7de660aa first commit
2022-11-04 17:37:08 +08:00

9 lines
173 B
Python

from . import BaseTest
class TestAPIExample(BaseTest):
def test_ping_api(self, client):
resp = client.get('/api/ping')
assert resp.status_code == 200