Skip to content

fix: move CORS config to utils and suppress warning on --version (#19) #68

fix: move CORS config to utils and suppress warning on --version (#19)

fix: move CORS config to utils and suppress warning on --version (#19) #68

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
paths-ignore:
- '**/*.md'
- '**/*.jpg'
- '**/*.gif'
- '**/*.png'
- 'LICENSE'
- 'misc/**'
- '**/*.txt'
- '.gitignore'
- '.python-version'
pull_request:
branches: [ main ]
paths-ignore:
- '**/*.md'
- '**/*.jpg'
- '**/*.gif'
- '**/*.png'
- 'LICENSE'
- 'misc/**'
- '**/*.txt'
- '.gitignore'
- '.python-version'
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: astral-sh/setup-uv@v5
- run: uv sync --dev
- name: Run unit tests
run: uv run pytest tests/test_unit.py -v