Skip to content

feat: add client impl, build endpoints from config #41

feat: add client impl, build endpoints from config

feat: add client impl, build endpoints from config #41

Workflow file for this run

name: py test
on:
pull_request:
branches:
- main
jobs:
py_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip3 install -r requirements.txt
- name: setup OpenGemini
uses: shoothzj/setup-opengemini-action@main
- name: Run unit tests
run: python -m unittest discover opengemini_client -p '*_test.py'