Skip to content

Replace nose with pytest #118

Replace nose with pytest

Replace nose with pytest #118

Workflow file for this run

name: flatdata-generator
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLORS: always
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Dependencies
uses: astral-sh/setup-uv@v6
- name: Install
run: |
cd flatdata-generator
pip install -r requirements.txt
pip install .
- name: Run tests
run: |
cd flatdata-generator
uv run --no-project --with pytest pytest -v
flatdata-generator --help