Skip to content

refactor: extract duplicate backoff delay calc into _backoff_seconds helper #1439

refactor: extract duplicate backoff delay calc into _backoff_seconds helper

refactor: extract duplicate backoff delay calc into _backoff_seconds helper #1439

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main, test]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Set up Python
run: uv python install 3.12
- name: Install dependencies
run: uv sync --extra dev
- name: Run tests
run: uv run pytest tests/ -v