Skip to content

Feature/all 5064 add basic unit tests to python wrapper #6

Feature/all 5064 add basic unit tests to python wrapper

Feature/all 5064 add basic unit tests to python wrapper #6

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
container:
image: cubertgmbh/cuvis_pyil:3.5.0-ubuntu24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install test dependencies
run: python3 -m pip install -e ".[test]"
- name: Run tests
run: pytest