The workflow of GitHub Action is completed.
The way to test your API is as follows:
- Follow the example in
tests/unit/app/test_route.pyto create a testing function for your API (‼️ the function name should start with test) - The testing steps will start after you
pushyour change to GitHub, or create a new pull request - Turn to GitHub, and click Action (beside Pull request)
- Wait to see whether your push or PR succeeds or not
Some API calling sample is in it.