Skip to content

shorter tests with less repetition #111

shorter tests with less repetition

shorter tests with less repetition #111

Workflow file for this run

name: Task 2
on:
pull_request:
branches:
- develop
- main
push:
branches:
- develop
- main
jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/fusion-energy/neutronics-workshop:base
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: test task 2
run: |
pytest tests/test_task_2.py -v