Skip to content

Replace nose with pytest #113

Replace nose with pytest

Replace nose with pytest #113

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
# runtime requirements
pip install -r requirements.txt
# CI requirements
pip install pylint
- name: Run tests
run: |
cd flatdata-generator
uv run --with pytest pytest
pip install .
flatdata-generator --help