ci: run pytest suite for converter tests

This commit is contained in:
shuofengzhang 2026-03-09 13:58:08 +08:00
commit e7f8b0ca91

View file

@ -15,10 +15,11 @@ jobs:
fetch-depth: 2
- name: Install dependencies
run: |
pip install -U requests beautifulsoup4
pip install -U requests beautifulsoup4 pytest
- name: Run tests
run: |
code/tests.py
python -m pytest -q tests
lint-json:
runs-on: ubuntu-latest
steps: