Skip to content

style: rename a function in src/tsoppy/report_predispositions/main.py #138

style: rename a function in src/tsoppy/report_predispositions/main.py

style: rename a function in src/tsoppy/report_predispositions/main.py #138

Workflow file for this run

name: Python test
on: push
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
-
name: Check out the repo
uses: actions/checkout@v6
-
name: Set up Python 3.14.3
uses: actions/setup-python@v6
with:
python-version: 3.14.3
-
name: Install dependencies
run: pip install ".[test]"
-
name: Unit testing
uses: pavelzw/pytest-action@v2
with:
verbose: true
emoji: true
job-summary: true
custom-arguments: -q
click-to-expand: true
report-title: 'tsoppy unit testing'