Skip to content

Merge pull request #36 from BME-MIT-IET/other_unit_tests #69

Merge pull request #36 from BME-MIT-IET/other_unit_tests

Merge pull request #36 from BME-MIT-IET/other_unit_tests #69

Workflow file for this run

name: Python Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Python setup
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run Tests
working-directory: ./test/python/
run: python -m unittest discover tests