Skip to content

Add log error messages to ObeliskError as well #12

Add log error messages to ObeliskError as well

Add log error messages to ObeliskError as well #12

Workflow file for this run

# Basic CI setup: Lint with ruff, run tests with pytest
name: Test
on:
pull_request:
push:
branches:
- main
jobs:
# Do not lint for now, as the code is not yet compliant
#lint:
# name: Lint
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: astral-sh/setup-uv@v3
# - name: Ruff lint
# run: uv run ruff check .
# - name: Ruff format
# run: uv run ruff format --diff .
# # This isn't a general Python lint, this style is just used in this repository
# - name: Prettier format
# run: npx prettier --prose-wrap always --check "**/*.md"
test:
name: Run tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- run: uv run pytest
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy