Skip to content

Issue #4 fix wrong non-raw namespace in worldcereal scenario #10

Issue #4 fix wrong non-raw namespace in worldcereal scenario

Issue #4 fix wrong non-raw namespace in worldcereal scenario #10

Workflow file for this run

name: "Unit tests"
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install test suite dependencies
run: |
python -m pip install qa/tools
python -m pip install -r qa/unittests/requirements.txt
- name: Test with pytest
run: |
cd qa/unittests
pytest